Index: common.awk =================================================================== --- common.awk (revision 17184) +++ common.awk (nonexistent) @@ -1,7 +0,0 @@ -function cat(fn ,tmp) -{ - close(fn) - while((getline tmp < fn) == 1) - print tmp - close(fn) -} Index: page_head.html =================================================================== --- page_head.html (revision 17184) +++ page_head.html (nonexistent) @@ -1,78 +0,0 @@ - - - -pcb-rnd sponsored development mini pledge site - - - - -

Support pcb-rnd Development

- -The Project: Pcb-rnd -

-Background: pcb-rnd is a gpl licensed circuit board layout program forked from -the pcb project. This site is for initial fundraising to free up addtional -pcb-rnd dev time for the lead developer igor2. Currently, pcb-rnd development -time is carved from igor2's spare hours in the early morning, evening, weekends, -and holidays. -

-All funds donated here will go towards this additional pcb-rnd development time. -

-Motivation: As cschem and genxproj take up a larger share of free time for -development, it will be important to free up some normal working hours in order -to sustain the development of pcb-rnd. Regardless of the sucess or failure of -this effort, work on pcb-rnd will continue, but it will just take longer to -reach the milestones. -

-Motivation part two: You just received shiny new pcbs back from the fab, -they were developed with pcb-rnd and they look great. Now, you can now send a $5 -or other amount as a thank you to the lead developer of pcb-rnd. -

-Alternative option: funding feature development
Another option is to pay for -development of pcb-rnd features you or your company requires. Inquire with igor2 -about feature development with pcb-rnd -

-Goals: -At this time, supporting extra devoted time for pcb-rnd development is very -affordable. some metrics for support: -
-Four supporters pledging $12/month ($48/month total) activates more than a regular -working day's of development per month. Sustaining donations of over -$100usd equivalent per week enables part time work towards pcb-rnd development. -Since starting this project, this target has come into reach, and I'm looking to -taking this to the next level with fiscal sponsorship and a casting a wider call -for donations to the pcb-rnd project. - - - - - -
Paypal Donations
Quick $5USD donation - -
- - - - -
- -
Donate to the cause: - -
- - - - -
-
- - - -Pcb-rnd Sponsored Work Updates -

-

Status

- - - - -
-

Index: table.awk =================================================================== --- table.awk (revision 17184) +++ table.awk (nonexistent) @@ -1,30 +0,0 @@ -BEGIN { - cat("page_head.html") - print "" - print "" - print "" -} - -/^#/ { next } - -{ - subp=$3 - sum += ($2+0) - if ((subp == "-") || (subp == "")) - subp = " " - print "" - print " " -} - - -END { - print "" - print "

Donation Records

" - print "
DateNamesubprojectAmount Accumulated
" $1 - print " " subp - print " " $4 - print " " $2 - print " " sum - print "
" - cat("page_foot.html") -} \ No newline at end of file Index: page_foot.html =================================================================== --- page_foot.html (revision 17184) +++ page_foot.html (nonexistent) @@ -1,4 +0,0 @@ -

- - Index: Makefile =================================================================== --- Makefile (revision 17184) +++ Makefile (revision 17185) @@ -1,7 +1,7 @@ all: index.html -index.html: *.html *.tsv *.awk - gawk -f common.awk -f table.awk -F "[\t]" < general.tsv > index.html +index.html: template/*.html *.tsv src/*.awk + gawk -f src/common.awk -f src/table.awk -F "[\t]" < general.tsv > index.html Index: src/common.awk =================================================================== --- src/common.awk (nonexistent) +++ src/common.awk (revision 17185) @@ -0,0 +1,7 @@ +function cat(fn ,tmp) +{ + close(fn) + while((getline tmp < fn) == 1) + print tmp + close(fn) +} Index: src/table.awk =================================================================== --- src/table.awk (nonexistent) +++ src/table.awk (revision 17185) @@ -0,0 +1,30 @@ +BEGIN { + cat("template/page_head.html") + print "" + print "" + print "" +} + +/^#/ { next } + +{ + subp=$3 + sum += ($2+0) + if ((subp == "-") || (subp == "")) + subp = " " + print "" + print " " +} + + +END { + print "" + print "

Donation Records

" + print "
DateNamesubprojectAmount Accumulated
" $1 + print " " subp + print " " $4 + print " " $2 + print " " sum + print "
" + cat("template/page_foot.html") +} \ No newline at end of file Index: template/page_foot.html =================================================================== --- template/page_foot.html (nonexistent) +++ template/page_foot.html (revision 17185) @@ -0,0 +1,4 @@ + + + + Index: template/page_head.html =================================================================== --- template/page_head.html (nonexistent) +++ template/page_head.html (revision 17185) @@ -0,0 +1,78 @@ + + + +pcb-rnd sponsored development mini pledge site + + + + +

Support pcb-rnd Development

+ +The Project: Pcb-rnd +

+Background: pcb-rnd is a gpl licensed circuit board layout program forked from +the pcb project. This site is for initial fundraising to free up addtional +pcb-rnd dev time for the lead developer igor2. Currently, pcb-rnd development +time is carved from igor2's spare hours in the early morning, evening, weekends, +and holidays. +

+All funds donated here will go towards this additional pcb-rnd development time. +

+Motivation: As cschem and genxproj take up a larger share of free time for +development, it will be important to free up some normal working hours in order +to sustain the development of pcb-rnd. Regardless of the sucess or failure of +this effort, work on pcb-rnd will continue, but it will just take longer to +reach the milestones. +

+Motivation part two: You just received shiny new pcbs back from the fab, +they were developed with pcb-rnd and they look great. Now, you can now send a $5 +or other amount as a thank you to the lead developer of pcb-rnd. +

+Alternative option: funding feature development
Another option is to pay for +development of pcb-rnd features you or your company requires. Inquire with igor2 +about feature development with pcb-rnd +

+Goals: +At this time, supporting extra devoted time for pcb-rnd development is very +affordable. some metrics for support: +
+Four supporters pledging $12/month ($48/month total) activates more than a regular +working day's of development per month. Sustaining donations of over +$100usd equivalent per week enables part time work towards pcb-rnd development. +Since starting this project, this target has come into reach, and I'm looking to +taking this to the next level with fiscal sponsorship and a casting a wider call +for donations to the pcb-rnd project. + + + + + +
Paypal Donations
Quick $5USD donation + +
+ + + + +
+ +
Donate to the cause: + +
+ + + + +
+
+ + + +Pcb-rnd Sponsored Work Updates +

+

Status

+ + + +
+