Author: johayek
-
how to export from Atlassian Confluence
https://confluence.atlassian.com/doc/export-content-to-word-pdf-html-and-xml-139475.html – not that bad 😀 https://confluence.atlassian.com/display/DOC/Exporting+Confluence+Pages+and+Spaces+to+PDF — “Go to the space and choose Space tools > Content Tools from the bottom of the sidebar” I would really like to get the list of target formats extended, but this list isn’t really, really that poor my wishlist WRT target formats: mediawiki, DocBook my preferred exports: HTML /…
-
scheduled Atlassian Confluence exports?
https://en.wikipedia.org/wiki/Confluence_(software) I (as a user) would really like to have scheduled exports from Atlassian Confluence.
-
WordPress plugin “Duplicate Post”
https://wordpress.org/plugins/duplicate-post/ Sometimes I update an article after quite some while and it does not get “published” again, does not gain attention etc, but duplicating it (quite likely also truncating it a little) solves the problem. Sometimes I might even remove the original afterwards. Yes, being able to get the original re-published might serve this purpose.…
-
where would I re-import an Atlassian Confluence export to?
Atlassian offers “Confluence in the cloud” for 10 USD/month — not really big money, but for my modest purposes more money than I want to spend … Actually I only want to preserve the “brain work” that I created during my life. I’m not sure I need a running (expensive) Atlassian Confluence for that.
-
using Atlassian Confluence again
https://en.wikipedia.org/wiki/Confluence_(software) Things have changed “recently”: no wiki mark-up any longer 🙄 https://confluence.atlassian.com/doc/export-content-to-word-pdf-html-and-xml-139475.html – exporting got more powerful REST API available (?!!) …
-
cntlm – a local proxy, that all your (local) applications can go through w/o explicit authentication
http://sourceforge.net/projects/cntlm/ http://cntlm.sourceforge.net https://en.wikipedia.org/wiki/NT_LAN_Manager – mentions cntlm “Somebody” certainly does the necessary authentication and that’s cntlm. The advantages: all those applications’ configurations look really, really minimal authentication details that change “frequently” live at “only one” place cntlm gets provided to you as sources -win32.zip, -setup.exe .rpm, .deb …
-
Microsoft Outlook as feed reader — if the feed needs any authentication, use IE for that — that’s because Outlook and IE share their cookie store
E.g. Jenkins (the automation server) provides RSS feeds describing job build histories. Perfect means to survey build results, and an approach that comes with Jenkins out of the box, one that does not create and send e-mail messages — a rather stupid overhead. I got the idea of using Outlook for feed reading, when I came…
-
one of my ongoing main software projects: create “diary entries” from activity streams
my JIRA project activities – solved using JIRA’s REST API and in use procmail log file reflecting my incoming e-mail – solved … and in use my blogging activities: my own WordPress “blogs” (better use the REST API than the Atom feed), the company “blogs” (Atlassian Confluence (also a wiki), …), … my wiki authoring…
-
another little software development project: create an Emacs style diary from the Atom feed of my blog(s)
http://Jochen.Hayek.name/wp/blog-en/feed/ The XML looks like this: each article on the blog is an “<item>…</item>” on the list of the Atom feed each “<item>…” has a “<title>…“ a “<link>…“ and a “<pubDate>…“ That’s all I need. Well … – WordPress truncates the blog article list shown in the Atom feed, and sometimes (at least) I want to…
-
the Linux filesystem “ext4” is also available for OS X
https://en.wikipedia.org/wiki/Ext4 http://www.paragon-software.com/home/extfs-mac/ https://github.com/gerard/ext4fuse – for read-only mounting