Skip to content

Commit

Permalink
Refactoring my URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaroop C H committed Feb 4, 2016
1 parent 636287b commit 6acea17
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In the sixth draft, I decided to use Quanta+ to do all the editing. The standard

For the seventh draft, I was using [MediaWiki](http://www.mediawiki.org) as the basis of my setup. I used to edit everything online and the readers can directly read/edit/discuss within the wiki website, but I ended up spending more time fighting spam than writing.

For the eight draft, I used [Vim](http://www.swaroopch.com/notes/vim), [Pandoc](http://johnmacfarlane.net/pandoc/README.html), and Mac OS X.
For the eight draft, I used [Vim]({{ book.vimBookUrl }}), [Pandoc](http://johnmacfarlane.net/pandoc/README.html), and Mac OS X.

For the ninth draft, I switched to [AsciiDoc format](http://asciidoctor.org/docs/what-is-asciidoc/) and used [Emacs 24.3](http://www.masteringemacs.org/articles/2013/03/11/whats-new-emacs-24-3/),
[tomorrow theme](https://github.com/chriskempson/tomorrow-theme),
Expand All @@ -32,4 +32,4 @@ For the tenth draft, I switched to writing in Markdown + [GitBook](https://www.g

## About the Author

See http://www.swaroopch.com/about/
See {{ book.authorUrl }}
4 changes: 3 additions & 1 deletion book.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"variables": {
"authorUrl": "http://www.swaroopch.com/about/",
"buyBookUrl": "http://www.swaroopch.com/buybook/",
"contactUrl": "http://www.swaroopch.com/contact/",
"downloadUrl": "https://www.gitbook.com/book/swaroopch/byte-of-python/details",
"officialUrl": "http://python.swaroopch.com/",
"pythonVersion": "3.5.1",
"sourceUrl": "https://github.com/swaroopch/byte-of-python",
"vimBookUrl": "http://www.swaroopch.com/notes/vim/"
"vimBookUrl": "http://vim.swaroopch.com/"
}
}
2 changes: 1 addition & 1 deletion feedback.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Feedback

The book needs the help of its readers such as yourselves to point out any parts of the book which are not good, not comprehensible or are simply wrong. Please [write to the main author](http://www.swaroopch.com/contact/) or the respective [translators](./translations.md#translations) with your comments and suggestions.
The book needs the help of its readers such as yourselves to point out any parts of the book which are not good, not comprehensible or are simply wrong. Please [write to the main author]({{ book.contactUrl }}) or the respective [translators](./translations.md#translations) with your comments and suggestions.
2 changes: 1 addition & 1 deletion revision_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In the true spirit of open source, I have received lots of constructive suggesti

## Status Of The Book

The book needs the help of its readers such as yourselves to point out any parts of the book which are not good, not comprehensible or are simply wrong. Please [write to the main author](http://www.swaroopch.com/contact/) or the respective [translators](./translations.md#translations) with your comments and suggestions.
The book needs the help of its readers such as yourselves to point out any parts of the book which are not good, not comprehensible or are simply wrong. Please [write to the main author]({{ book.contactUrl }}) or the respective [translators](./translations.md#translations) with your comments and suggestions.

# Appendix: Revision History {#revision-history}

Expand Down
2 changes: 1 addition & 1 deletion what_next.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ I would suggest that you tackle this problem:
This is fairly easy if you think about it in terms of all the various stuff that we have come across till now. If you still want directions on how to proceed, then here's a hint [^1].

Once you are able to do this, you can claim to be a Python programmer. Now, immediately [send me an email](http://www.swaroopch.com/contact/) thanking me for this great book ;-). This step is optional but recommended. Also, please consider [buying a printed copy](http://www.swaroopch.com/buybook/) to support the continued development of this book.
Once you are able to do this, you can claim to be a Python programmer. Now, immediately [send me an email]({{ book.contactUrl }}) thanking me for this great book ;-). This step is optional but recommended. Also, please consider [buying a printed copy]({{ book.buyBookUrl }}) to support the continued development of this book.

If you found that program easy, here's another one:

Expand Down

0 comments on commit 6acea17

Please sign in to comment.