Skip to content

FreifunkErfurt/start-ffef

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

start.ffef

Add a service

The list of all services is located in data/. Each file represents exactly one service and MUST end in .conf. These files are shell files that are included when content generation takes place. A service consists of the following variables:

TITLE="Short title"
TEXT="Some longer description"
ICON=""
URL="http://example.ffef"
NETWORK="intern"

If sorting is needed, you can just use numeric prefixes, e.g. 10_your_service.conf.

Development

Just serve the repository root with your favorite HTTP server, e.g.:

python2 -m SimpleHTTPServer

And regenerate the content with ./generate_html.sh when something changed.

Deployment

cd /var/www/start-ffef/
git pull
./generate_html.sh

License

https://creativecommons.org/licenses/by/4.0/

About

Freifunk internal service homepage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.9%
  • JavaScript 17.2%
  • HTML 13.7%
  • Shell 13.2%