Commit 752f8fe9 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

initial setup

parent f42b2fa7
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+7 −0
Original line number Original line Diff line number Diff line
html/*
.project
.cproject
.pydevproject
.settings
*.directory
generated*

LICENSE

0 → 100644
+674 −0

File added.

Preview size limit exceeded, changes collapsed.

Makefile

0 → 100644
+9 −0
Original line number Original line Diff line number Diff line
TARGETDIR=$(DESTDIR)/www/pages
all:
	@echo "make all"

install:
	@echo "make install"
	
clean:
	@echo "make clean"

VERSION

0 → 100644
+1 −0
Original line number Original line Diff line number Diff line
1.0 

favicon.ico

0 → 100644
+766 B
Loading image diff...