From 02cdd132c4db285dcf2b1348e82313b4d3bac4dd Mon Sep 17 00:00:00 2001 From: filux Date: Thu, 27 Mar 2014 19:10:01 +0100 Subject: [PATCH] Moved the code to separate repository & added the basic configuration. --- .gitattributes | 41 +++++++++++++++++++++++++++++ .gitignore | 50 ++++++++++++++++++++++++++++++++++++ README.md | 16 ++++++++++++ README.txt | 1 - flags/{README => README.txt} | 2 +- 5 files changed, 108 insertions(+), 2 deletions(-) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md delete mode 100644 README.txt rename flags/{README => README.txt} (97%) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e09b704 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,41 @@ +* text=auto +*.bat eol=crlf +*.vcproj eol=crlf +*.nsi eol=crlf +*.sln eol=crlf +*.vbs eol=crlf + +*.txt eol=crlf +CMake*.txt eol=lf +version.txt eol=lf +VERSION.txt eol=lf +robots.txt eol=lf + +*.ttc -text -diff +*.ttf -text -diff +*.otf -text -diff +*.tga -text -diff +*.png -text -diff +*.jpg -text -diff +*.bmp -text -diff +*.xpm -text -diff +*.gif -text -diff +*.svg -text -diff +*.ico -text -diff +*.icns -text -diff +*.g3d -text -diff +*.mp4 -text -diff +*.ogg -text -diff +*.wav -text -diff +*.mp3 -text -diff +*.gbm -text -diff +*.mgm -text -diff +*.xcf -text -diff +*.blend -text -diff +*.blend1 -text -diff + +.git export-ignore +.gitignore export-ignore +.gitattributes export-ignore +.gitmodules export-ignore +README.md export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e5ff9b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +## Linux +.* +*~ +# Gimp +*.xcf +# Vim +*.un~ +Session.vim +# KDevelop +*.kdev4 +# Meld +*.orig + +## OSX +Icon + +## Windows +*.old +# Windows image file caches +Thumbs.db +thumbs.db +ehthumbs.db +# Folder config file +Desktop.ini +# Recycle Bin used on file shares +$RECYCLE.BIN/ +# Visual studio +*.suo +*.ncb + +## Packages +# it's better to unpack these files and commit the raw source git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip +*.bz2 + +## Logs +*.log + +## Git +!.git +!.gitignore +!.gitattributes +!.gitmodules diff --git a/README.md b/README.md new file mode 100644 index 0000000..bebce52 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +**This is code of the MegaGlest master server.** + +MegaGlest (http://megaglest.org) is a libre software cross +platform real-time strategy game. + +[![logo](http://megaglest.org/uploads/megaglest2011/logo/logo.png)] +(http://megaglest.org/) + +> Master server does the following: +> * publish game hosts (when a user decides to host) +> * list hosted games (HTML, CSV, JSON output) +> * list recently hosted gamed (HTML output) +> * list available game mods (CSV output) +> * provide a version check for game installations + +go to the [Main Repository](https://github.com/MegaGlest/megaglest-source) ... diff --git a/README.txt b/README.txt deleted file mode 100644 index ffb16c8..0000000 --- a/README.txt +++ /dev/null @@ -1 +0,0 @@ -Please refer to the files in the docs/ subdirectory. diff --git a/flags/README b/flags/README.txt similarity index 97% rename from flags/README rename to flags/README.txt index 46acef2..27b00e0 100644 --- a/flags/README +++ b/flags/README.txt @@ -1,6 +1,6 @@ These flag icons have been copied from http://www.famfamfam.com where they are made available under a Public Domain license. Some of the original content has -been removed. +been removed. Original license: -----