Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
46 check-ins
2023-10-21
| ||
18:53 | Really remove Twitter Leaf check-in: dc84708ed4 user: atomicules tags: trunk | |
2023-04-16
| ||
11:58 |
Remove Twitter integration
My API key got revoked. I could sign up for a new one, | |
2020-07-31
| ||
22:41 | Formatting of comments only check-in: 91646fa34f user: simon tags: trunk | |
22:38 |
Try to speed up deploys
Website is sizeable enough that simply wiping the destination and re-copying | |
22:35 | Changes to suit Jekyll 4 and changes to baseurl behaviour check-in: a719264ec7 user: simon tags: trunk | |
22:28 | Change paths check-in: 3a4762056f user: simon tags: trunk | |
2019-02-08
| ||
12:54 | I have literally no idea. Can't remember why I did this check-in: 789b1c220f user: atomicules tags: trunk | |
2017-01-16
| ||
11:42 |
Really don't try to syndicate future posts
Doh! Need to get datetime to 00:00 as otherwise can still fail. check-in: 1ca70f9df1 user: atomicules tags: trunk | |
2017-01-15
| ||
18:31 |
Don't try to syndicate future posts
I never really bothered with future posts before, usually leaving things in a | |
2016-03-29
| ||
08:25 |
Enable incremental builds
Seems to work ok and does speed things up. Also add commented-out versions of | |
2016-01-21
| ||
16:26 |
Add option to flag some posts as DO NOT SYNDICATE
I.e. basically look for a yaml key of that name. No need for that key to have a | |
2015-10-23
| ||
21:30 |
Handle nested double quotes in a string
So I can do strings like so: "And so I said, "I didn't do that!"" I have to remember to do this, but this is good enough: rake note["And so I said, \"I didn't do that!\""] References 3ffea62560f305c2c5cf188c146ed6f1271d62f6 check-in: 6de2cd4592 user: atomicules tags: trunk | |
2015-08-15
| ||
22:34 |
Minor tweak for POSSE to Flickr
Goes hand in hand with Jekyll include changes I've made for photo posts where | |
2015-08-13
| ||
11:13 |
Enable compression and remove Rakefile from server
Hadn't thought that the Rakefile was getting copied to _sites and therefore Also, since even my basic web server supports serving compressed content I'm | |
2015-07-26
| ||
14:53 | Add BSD License check-in: 60679fdff5 user: atomicules tags: trunk | |
2015-06-12
| ||
22:39 |
Major overhaul - Call syndication within posts loop instead of loop within syndication
- Major refactoring of code. Previously each syndication class looped through | |
2015-06-03
| ||
19:51 |
Bug fix - Mucked up syndicated links when implementing webmentions
REALLY need to tidy things up now. check-in: b57a788793 user: atomicules tags: trunk | |
19:38 |
Initial support for automatically sending webmentions
So only on link-type posts that are marked up as being u-in-reply-to. In implementing this I've realised I really need to rethink how my code works. | |
2015-05-30
| ||
14:04 |
Ensure build tasks are always re-enabled and report out number of posts syndicated
Need to re-enable build tasks as I may need to re-build more than once during deploy due to adding in rel syndication links and I didn't realised Rake would only run them once. Also, handy to report out number of posts syndicated under each type (photo, link, note) check-in: 34bcb284b2 user: atomicules tags: trunk | |
2015-05-22
| ||
20:52 | Remove some puts statements I'd accidentally left in check-in: b5e99fe3f2 user: atomicules tags: trunk | |
2015-05-18
| ||
20:20 | Whoops, forgot to uncomment deploy on note task check-in: 7fd910fb2d user: atomicules tags: trunk | |
20:19 | Add check for Notes > 140 char. Work-around rake not liking commas check-in: 745d0c8f74 user: atomicules tags: trunk | |
13:32 |
Various fixes for syndicating notes
Use DateTime instead of Date, reorder some of the rake tasks, add a test task for testing notes check-in: f9ea46b2de user: atomicules tags: trunk | |
2015-05-17
| ||
07:40 | Add granularity (time) to deploy date. Include datetime in note generation check-in: 3b91b493ff user: atomicules tags: trunk | |
2015-05-16
| ||
17:43 |
Add in dynamic building of note file from rake command
This is still all working on the assumption of one tweet per day Haven't yet linked in the build, deploy and syndication bits. check-in: 0bbb623e09 user: atomicules tags: trunk | |
10:21 |
Add note syndication support
- Required editing the flickr syndication file to breakout the add_link_to_post method since that can be used for notes as well. | |
10:11 |
Fix object scope. Was undefined since moving into a class
I'm sure there is a neater way to do this, but for now making sure the Pinboard | |
2015-05-15
| ||
17:52 |
Require silo syndication files in Rakefile instead of calling as external Ruby scripts
The reason for doing this is so the NoPostsFoundError can be utilised. When In order to get this to work I had to turn everything in the flickr and As a result of notes support that I'm mid implementing on my site I found an | |
15:18 | Fix drunken spelling in comments check-in: 93697bcfab user: atomicules tags: trunk | |
2015-05-08
| ||
22:15 |
Add initial support for adding backlinks for flickr syndicated posts
I.e. anything pushed out to flickr is then automatically edited to add in the | |
2015-05-03
| ||
16:07 |
DRY-up the Pinboard add and get methods using template method and lambdas
Although I have achieved my goal of DRY-ing up these two methods I don't However, since this code is just for me I get to play a bit. I am glad I've managed to avoid eval and eveything is "proper" code though. check-in: b1f6733590 user: atomicules tags: trunk | |
2015-04-21
| ||
12:08 |
Bug fix - Forgot to change array indices after changing get method return array
See [7128bce9c0] check-in: 93a0970f92 user: atomicules tags: trunk | |
2015-04-15
| ||
12:18 |
Use underscores instead of hyphens for filenames
So I can have consistency in module and filenames, etc check-in: 4020a4bbaa user: atomicules tags: trunk | |
2015-04-14
| ||
11:29 |
Split out common syndication methods into a separate file and module
Only roughly tested. Should be mostly ok though. check-in: a4a9440169 user: atomicules tags: trunk | |
2015-04-11
| ||
21:07 |
Adds initial support for Flickr syndication.
Uses Flickraw since it is such a good gem. I didn't use anyone elses gem for Tested it and it does work, but lots still to do: - Move out code common to Pinboard and Flickr to another file | |
2015-04-08
| ||
11:10 | Changes to comments only - more closely reflect reality check-in: 961b079a0c user: atomicules tags: trunk | |
10:49 |
Adding new file, strip blanks from jekyll site
This was in another repository, but I might as well move here since it ties in | |
2015-04-06
| ||
14:15 | Minor tweaks to unimportant variable names check-in: 5e3b18afed user: atomicules tags: trunk | |
13:20 |
Change logging to INFO
Was meant to be this way anyway. Commit previous value by mistake. check-in: d3e8c0a35a user: atomicules tags: trunk | |
2015-04-05
| ||
18:11 |
Use Logger and improvements/fixes to Pinboard Add method
- Use Logger class instead of puts or returning messages in array | |
2015-04-03
| ||
21:24 |
Add remove blank lines task I forgot about this.
Also do the array of tasks in a more Ruby-ish way. check-in: 5817b97d07 user: atomicules tags: trunk | |
21:22 |
Use system instead of exec and invoke tasks instead of using dependencies
Exec doesn't return, hence why my deploy task was only running the first of the | |
21:20 | Add initial Rakefile check-in: 4c4b4aeb66 user: atomicules tags: trunk | |
21:19 |
Make file usuable from command line. Fix posse tag for new posts
- Add option parsing, etc so I can call this script from the command line | |
21:16 |
Initial commit of Pinboard syndication.
It works! Need the corresponding deploy script. Also still tidying up to do. check-in: 59b46a58a6 user: atomicules tags: trunk | |
21:09 | initial empty check-in check-in: 1ecff987e1 user: atomicules tags: trunk | |