Changeset 7186a8
- Timestamp:
- 04/27/10 13:26:34 (3 years ago)
- Branches:
- b1faa09f4dfcf63d19d2cb9fc598a583e1df1c33
- Children:
- 366981
- Parents:
- 649580
- git-author:
- Jaromil <jaromil@…> (04/27/10 13:26:34)
- git-committer:
- Jaromil <jaromil@…> (04/27/10 13:26:34)
- Location:
- web
- Files:
-
- 3 added
- 2 edited
-
.gitignore (modified) (1 diff)
-
TODO.org (added)
-
TODO.php (added)
-
bin/generate-documents.sh (added)
-
index.org (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
web/.gitignore
rd73a5e r7186a8 1 *.html 2 *.pdf 3 *.tex 4 *.txt 1 5 apache.conf 2 index-body.html3 index-toc.html4 index.html5 index.pdf6 index.php.orig7 index.tex8 index.txt9 6 templates_c/ 10 7 cache 8 filter 9 generator 10 mixer2 11 mixer3 -
web/index.org
r1c3c63 r7186a8 58 58 #+END_HTML: 59 59 60 If you like to peek in what's boiling in the pot, have a look at our 61 [[file:TODO.php][TODO page]]. 62 63 Developers are sporadically contributing and we are happy if more 64 people like to get involved, so let us know about your creations! Code 65 and patches are well accepted, get in touch with us on the 66 mailinglist. 67 68 ** Code gallery 69 70 You might want to look at the code in frei0r more in detail, then 71 browse the existing effects by visiting the [[/gallery][Frei0r plugin gallery]]. 72 73 ** History 74 60 75 Frei0r has been around since 2006, born from yearly brainstormings 61 76 held at the [[http://www.piksel.no][Piksel]] conference with the participation of various free … … 67 82 [[http://veejayhq.net][VeeJay]], [[http://www.mltframework.org/][MLT]] and [[http://www.kdenlive.org/][KDEnLive]] among the others. 68 83 69 Developers are sporadically contributing and we are happy if more 70 people like to get involved, spare some code and port new effects, for 71 instance there is a lot of code to be ported from [[http://effectv.sf.net][EffecTV]], the [[http://demo-effects.sourceforge.net/][Demo 72 Effects Collection]], [[ftp://ftp.dyne.org/freej/plugins/petespluginslinux_070114.tar.gz][Pete's plugins]] and the XScreensavers... let us 73 now! 84 Find our more on the [[http://en.wikipedia.org/wiki/Frei0r][Wikipedia page about Frei0r]]. 74 85 75 86 76 87 * Download 88 89 ** Source code 90 91 The latest source for frei0r plugins can be attained using our 92 revisioning system *GIT* 93 94 : git clone git://code.dyne.org/frei0r.git 95 96 Daily snapshots are also packed ready to "./configure; make" on 97 [[http://ftp.dyne.org/frei0r/][FTP.dyne.org]] 77 98 78 99 ** Debian / Ubuntu … … 83 104 : sudo apt-get install frei0r-plugins 84 105 85 ** Source code 86 87 The latest source for frei0r plugins can be attained using our 88 revisioning system *GIT* 89 90 : git clone git://code.dyne.org/frei0r.git 91 92 Daily snapshots are also packed ready to "./configure; make" on 93 [[http://ftp.dyne.org/frei0r/][FTP.dyne.org]] 94 106 ** Apple / OSX 107 108 [[http://www.macports.org][MacPorts]] provide ready to install packages for OSX: in case you have 109 this packaging system installed, you just need to open a terminal and 110 give the following command: 111 112 : sudo port install frei0r-plugins 95 113 96 114 * Documentation … … 154 172 #+END_SRC 155 173 156 ** Code gallery157 158 You might want to look at the code in frei0r more in detail, then159 browse the existing effects by visiting the [[/gallery][Frei0r plugin gallery]].160 161 162 174 * Communication 163 175
Note: See TracChangeset
for help on using the changeset viewer.
