Documentation and renaming

This commit is contained in:
Jaromil 2013-08-14 15:52:25 +02:00
parent 0647a0fac8
commit e7ce93c616
4 changed files with 77 additions and 72 deletions

16
ChangeLog.txt Normal file
View File

@ -0,0 +1,16 @@
0.2 - 15 August 2013
Refactoring based on bootstrap-2 and bootswatch themes
plus the blueimp gallery. Project renamed to WebNomad.
Used for the website of http://yurt.in
0.1 - 19 October 2012
Initial release following a minimalist design
and a directory structure inspired by ruby projects.
Called JaroWeb for lack of fantasy, first used to
create websites as the author's, as well stuff like
http://pirati5stelle.it or http://democrazialiquida.eu
Earlier around 2010
Various scripts descend from a rewrite of some Dyne.org
websites made by Jaromil and Hellekin in Ruysdael Squat.

72
README
View File

@ -1,72 +0,0 @@
____ ____ ____ ___ __ __ ___ ____
| |/ | \ / \ | T__T T / _| \
l__ Y o | D Y | | | |/ [_| o )
__j | | /| O | | | Y _| T
/ | | _ | \| l ` ' | [_| O |
\ ` | | | . l \ /| | |
\____l__j__l__j\_j\___/ \_/\_/ l_____l_____j
A slick and static website publisher v 0.1
More information on http://jaromail.dyne.org
* Install
Create a directory and place the jaroweb inside it, as a
subdirectory.
Run ./jaroweb/init and the skeleton of your new webpage is
created.
Run 'make' and the webpage is rendered into the pub/ dir
* Documentation (TODO)
More to come soon...
* DEVELOPERS
All revisioned in Git, see http://code.dyne.org/jaroweb
To clone anonymously use
git clone git://code.dyne.org/jaroweb.git
Patches welcome.
Come on channel #dyne on http://hinezumi.im to get in touch with devs
* DONATE
Money donations are very welcome and well needed, they will encourage
further development even beyond my own needs for this software.
http://dyne.org/donate
* LICENSE
# Copyleft (C) 2012 Denis Roio <jaromil@dyne.org>
#
# This source code is free software; you can redistribute it and/or
# modify it under the terms of the GNU Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This source code is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Please refer to the GNU Public License for more details.
#
# You should have received a copy of the GNU Public License along with
# this source code; if not, write to:
# Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

61
README.txt Normal file
View File

@ -0,0 +1,61 @@
Dyne.org software foundry presents...
__ __
.--.--.--.-----| |--.-----.-----.--------.---.-.--| |
| | | | -__| _ | | _ | | _ | _ |
|________|_____|_____|__|__|_____|__|__|__|___._|_____|
A slick and static website publisher v 0.2
http://dyne.org/software/webnomad
* USE INSTRUCTIONS
Create a directory for your website and place the webnomad
directory inside it, from a tar.gz archive or git or your
own copy, i.e: git clone git@code.dyne.org:webnomad.git
Run ./webnomad/init and the skeleton of your new webpage is
created inside the directory.
Customise files in tmpl/ and create pages in views/
Run ./webnomad/render and the webpage will be in pub/
Upload your website from pub/ on any webserver.
* DEVELOPERS
Bleeding edge is on GitHub. see https://github.com/dyne/webnomad
We'll react to pull requests
Come on IRC channel #dyne via https://irc.dyne.org to get in touch.
* DONATE
Money donations are very welcome and well needed
http://dyne.org/donate
* LICENSE
# Copyright (C) 2012-2013 Denis Roio <jaromil@dyne.org>
#
# This source code is free software; you can redistribute it and/or
# modify it under the terms of the GNU Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This source code is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Please refer to the GNU Public License for more details.
#
# You should have received a copy of the GNU Public License along with
# this source code; if not, write to:
# Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.