Changeset 7186a8


Ignore:
Timestamp:
04/27/10 13:26:34 (3 years ago)
Author:
Jaromil <jaromil@…>
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)
Message:

new TODO page and webpages updates
included some pending tasks mentioned in recent mailinglist discussions
as well a cleaner build system for multiple files

Location:
web
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • web/.gitignore

    rd73a5e r7186a8  
     1*.html 
     2*.pdf 
     3*.tex 
     4*.txt 
    15apache.conf 
    2 index-body.html 
    3 index-toc.html 
    4 index.html 
    5 index.pdf 
    6 index.php.orig 
    7 index.tex 
    8 index.txt 
    96templates_c/ 
    107cache 
     8filter 
     9generator 
     10mixer2 
     11mixer3 
  • web/index.org

    r1c3c63 r7186a8  
    5858#+END_HTML: 
    5959 
     60If you like to  peek in what's boiling in the pot,  have a look at our 
     61[[file:TODO.php][TODO page]]. 
     62 
     63Developers  are sporadically  contributing and  we are  happy  if more 
     64people like to get involved, so let us know about your creations! Code 
     65and  patches  are  well  accepted,   get  in  touch  with  us  on  the 
     66mailinglist. 
     67 
     68** Code gallery 
     69  
     70You might  want to  look at the  code in  frei0r more in  detail, then 
     71browse the existing effects by visiting the [[/gallery][Frei0r plugin gallery]]. 
     72 
     73** History 
     74 
    6075Frei0r  has been around  since 2006,  born from  yearly brainstormings 
    6176held at the  [[http://www.piksel.no][Piksel]] conference with the participation  of various free 
     
    6782[[http://veejayhq.net][VeeJay]], [[http://www.mltframework.org/][MLT]] and [[http://www.kdenlive.org/][KDEnLive]] among the others. 
    6883 
    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! 
     84Find our more on the [[http://en.wikipedia.org/wiki/Frei0r][Wikipedia page about Frei0r]]. 
    7485 
    7586 
    7687* Download 
     88 
     89** Source code 
     90 
     91The  latest  source for  frei0r  plugins  can  be attained  using  our 
     92revisioning system *GIT* 
     93 
     94:  git clone git://code.dyne.org/frei0r.git 
     95 
     96Daily  snapshots  are also  packed  ready  to  "./configure; make"  on 
     97[[http://ftp.dyne.org/frei0r/][FTP.dyne.org]] 
    7798 
    7899** Debian / Ubuntu 
     
    83104:  sudo apt-get install frei0r-plugins 
    84105 
    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 
     109this packaging system installed, you  just need to open a terminal and 
     110give the following command: 
     111 
     112: sudo port install frei0r-plugins 
    95113 
    96114* Documentation 
     
    154172#+END_SRC 
    155173 
    156 ** Code gallery 
    157   
    158 You might  want to  look at the  code in  frei0r more in  detail, then 
    159 browse the existing effects by visiting the [[/gallery][Frei0r plugin gallery]]. 
    160  
    161  
    162174* Communication 
    163175 
Note: See TracChangeset for help on using the changeset viewer.