diff --git a/.gitignore b/.gitignore index 9ed88b9..b3a6995 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ FanFictionDownLoader.zip *Thumbs.db FanFicFare.zip output +build diff --git a/webservice/Readme.txt b/webservice/Readme.txt new file mode 100644 index 0000000..3a3f3ba --- /dev/null +++ b/webservice/Readme.txt @@ -0,0 +1,17 @@ +Note that the defaults.ini and example.ini files for CLI and +webservice are now separate and will need to be kept synchronized. + +Before uploading the webservice to Google AppEngine, the files here, +along with ../fff_internals and the contents of +../included_dependencies should be copied to a 'build' (or other) +directory. + +rm -rf build +mkdir build + +cp -R * build +cp -R ../fff_internals ../included_dependencies/* build + +cd build + +.../appcfg.py update . diff --git a/webservice/allrecent.html b/webservice/allrecent.html index 477b17b..2915318 100644 --- a/webservice/allrecent.html +++ b/webservice/allrecent.html @@ -2,39 +2,15 @@
-