blob: 502002d92e1ccbcf708f55a37baf4d2c00562349 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
universal/ utils:
add markdown pronessor function to utils and replace all markdown calls with that one.
possibly convert to using Pandoc? Python is pretty good, but using Pandoc directly allows for epub, other formats as well. Plus standardized a bit.
Add resume, src and figments to project page, possible as top level menu itesms
---
notes
revamp notes to be like my own personal instagram
---
income app:
Add admin pages for viewing income by month, including future. So page with list of months and links to months: /admin/income/month/ default to current month, add option GET param to show past months, add code to views and call it from base_urls before main admin include. show everything with status accepted and then the separately show pitched as possibilities, then show totals alongside how much we need to live. If invoice is submitted show date submitted and create a probably pay date for each publisher.
---
birds app:
Finish detail template
write build script
---
figments
iron out templates and push first piece live.
---
photos:
Okay we're uploading/creating galleries/adding images
Then resize all images for responsive gallery.
Then play with gallery templates and add a template selecter to form.
---
resume
clean up design of book detail
add paypal app and generate button
handle callbacks from paypal to deliver the book and link to files
redirect lhp: home, book and rss
|