Skip to content
Snippets Groups Projects
Verified Commit 1013a544 authored by Diego Salazar's avatar Diego Salazar
Browse files

Added dates in correct format and removed hard coded dates.

parent 86443683
No related branches found
No related tags found
1 merge request!420Spring cleaning
Showing
with 14 additions and 41 deletions
...@@ -27,10 +27,20 @@ layout: base ...@@ -27,10 +27,20 @@ layout: base
<div class="left two-thirds col-lg-8 col-md-8 col-sm-12 col-xs-12"> <div class="left two-thirds col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="info-block"> <div class="info-block">
<div class="row"> <div class="row">
<div class="col"><h2>{{ page.title }}</h2> <div class="col">
<p class="author">{% t blog.author %}: {% if page.author %}{{page.author}}{% else %}{{site.author}}{% endif%}</p></div> <h2>{{ page.title }}</h2>
<p>{{ page.date | date: '%B %d, %Y' }}</p> </div>
</div> </div>
<div class="row">
<div class="col">
<p class="author">{% t blog.author %}: {% if page.author %}{{page.author}}{% else %}{{site.author}}{% endif%}</p>
</div>
</div>
<div class="row">
<div class="col">
<p>{{ page.date | date: '%B %d, %Y' }}</p>
</div>
</div>
<div> <div>
{{content}} {{content}}
</div> </div>
......
...@@ -6,8 +6,6 @@ tags: [dev diaries, mining, i2p, rpc, crypto] ...@@ -6,8 +6,6 @@ tags: [dev diaries, mining, i2p, rpc, crypto]
author: Riccardo Spagni (fluffypony) author: Riccardo Spagni (fluffypony)
--- ---
*June 2nd, 2014*
**RPC:** Neozaru and others have submitted pull requests to add RPC methods that were missing. **RPC:** Neozaru and others have submitted pull requests to add RPC methods that were missing.
**I2P:** libssu has been decoupled, and outstanding changes to master have been merged. **I2P:** libssu has been decoupled, and outstanding changes to master have been merged.
......
...@@ -6,8 +6,6 @@ tags: [monero missives, branding, mining, compliance] ...@@ -6,8 +6,6 @@ tags: [monero missives, branding, mining, compliance]
author: Riccardo Spagni (fluffypony) author: Riccardo Spagni (fluffypony)
--- ---
*June 2nd, 2014*
This is the start of a slightly more formal way of keeping everyone updated as to what we're doing in Monero. On an ongoing weekly basis we'll post an update on what has happened over the past week, as well as a dev diary highlighting work done on major efforts. If you'd like to get involved with Monero don't ask for permission - just get stuck in:) Fork the repo, make changes, submit a pull-request, and let's discuss it. This is the start of a slightly more formal way of keeping everyone updated as to what we're doing in Monero. On an ongoing weekly basis we'll post an update on what has happened over the past week, as well as a dev diary highlighting work done on major efforts. If you'd like to get involved with Monero don't ask for permission - just get stuck in:) Fork the repo, make changes, submit a pull-request, and let's discuss it.
Also an important note on updates: Our policy is to only provide announcements on projects which are either complete or near completion. We'd like to focus on providing you with the most accurate and reliable news, without generating any type of investor hype or speculation. As Monero is still a project in its infancy, and there is a great deal of work still to be done, we want to make sure you are getting an honest overview of our ongoing progress. Also an important note on updates: Our policy is to only provide announcements on projects which are either complete or near completion. We'd like to focus on providing you with the most accurate and reliable news, without generating any type of investor hype or speculation. As Monero is still a project in its infancy, and there is a great deal of work still to be done, we want to make sure you are getting an honest overview of our ongoing progress.
......
...@@ -6,7 +6,6 @@ tags: [dev diaries, mining, i2p, rpc, docs] ...@@ -6,7 +6,6 @@ tags: [dev diaries, mining, i2p, rpc, docs]
author: Riccardo Spagni (fluffypony) author: Riccardo Spagni (fluffypony)
--- ---
*June 10th, 2014*
**RPC:** incoming_transfers is now available as a simplewallet RPC API call, and payment_id has been added as an optional argument to the transfer RPC API call. Neozaru also committed a large amount of additional functionality to the RPC API, including progress estimation to getinfo. **RPC:** incoming_transfers is now available as a simplewallet RPC API call, and payment_id has been added as an optional argument to the transfer RPC API call. Neozaru also committed a large amount of additional functionality to the RPC API, including progress estimation to getinfo.
......
...@@ -6,8 +6,6 @@ tags: [monero missives, conferences, exchanges, gui, usability] ...@@ -6,8 +6,6 @@ tags: [monero missives, conferences, exchanges, gui, usability]
author: Riccardo Spagni (fluffypony) author: Riccardo Spagni (fluffypony)
--- ---
*June 10th, 2014*
Hello XMR users! Welcome to our second Monero Missives. Hello XMR users! Welcome to our second Monero Missives.
**Major Updates** **Major Updates**
......
...@@ -6,8 +6,6 @@ tags: [dev diaries, usability, platforms, accounts, core] ...@@ -6,8 +6,6 @@ tags: [dev diaries, usability, platforms, accounts, core]
author: Riccardo Spagni (fluffypony) author: Riccardo Spagni (fluffypony)
--- ---
*June 18th, 2014*
**Core:** Checkpoint added at block 80 000 **Core:** Checkpoint added at block 80 000
**Core:** We've incorporated two changes from BBR - proper tx_pool handling, and a fix for the high number of orphans pool miners were experiencing. tx_pool handling is incomplete, as it is implemented by the daemon but the wallet is not, as yet, mempool aware. **Core:** We've incorporated two changes from BBR - proper tx_pool handling, and a fix for the high number of orphans pool miners were experiencing. tx_pool handling is incomplete, as it is implemented by the daemon but the wallet is not, as yet, mempool aware.
......
...@@ -6,8 +6,6 @@ tags: [monero missives, exchanges, research, usability, gui] ...@@ -6,8 +6,6 @@ tags: [monero missives, exchanges, research, usability, gui]
author: Riccardo Spagni (fluffypony) author: Riccardo Spagni (fluffypony)
--- ---
*June 18th, 2014*
Hello, and welcome to our third Monero Missive. Hello, and welcome to our third Monero Missive.
**Major Updates** **Major Updates**
......
...@@ -6,8 +6,6 @@ tags: [dev diaries, core, accounts] ...@@ -6,8 +6,6 @@ tags: [dev diaries, core, accounts]
author: Riccardo Spagni (fluffypony) author: Riccardo Spagni (fluffypony)
--- ---
*July 6th, 2014*
**Core:** daemonizing changes are ready for testing: https://github.com/mikezackles/bitmonero/tree/daemonize **Core:** daemonizing changes are ready for testing: https://github.com/mikezackles/bitmonero/tree/daemonize
**Core:** rpcwallet is ready for testing: https://github.com/tewinget/bitmonero/tree/rpcwallet **Core:** rpcwallet is ready for testing: https://github.com/tewinget/bitmonero/tree/rpcwallet
...@@ -6,8 +6,6 @@ tags: [monero missives, research, usability, accounts, gui, conferences] ...@@ -6,8 +6,6 @@ tags: [monero missives, research, usability, accounts, gui, conferences]
author: Riccardo Spagni (fluffypony) author: Riccardo Spagni (fluffypony)
--- ---
*July 6th, 2014*
Hello, and welcome to our fifth Monero Missive! Hello, and welcome to our fifth Monero Missive!
**Major Updates** **Major Updates**
......
...@@ -6,8 +6,6 @@ tags: [dev diaries, core, accounts, i2p, i8n, blockchaindb] ...@@ -6,8 +6,6 @@ tags: [dev diaries, core, accounts, i2p, i8n, blockchaindb]
author: Riccardo Spagni (fluffypony) author: Riccardo Spagni (fluffypony)
--- ---
*July 13th, 2014*
**Core**: major work has begun on moving to an embedded database. The ongoing progress on this can be followed here: https://github.com/tewinget/bitmonero/tree/blockchain **Core**: major work has begun on moving to an embedded database. The ongoing progress on this can be followed here: https://github.com/tewinget/bitmonero/tree/blockchain
**Core / Wallet**: both the new daemonized daemon and rpcwallet are nearing a stage where they can be merged into master. The final step is to finalise the daemonizing code in rpcwallet, in such a way that it acts the same as the daemon, and we can move from there. **Core / Wallet**: both the new daemonized daemon and rpcwallet are nearing a stage where they can be merged into master. The final step is to finalise the daemonizing code in rpcwallet, in such a way that it acts the same as the daemon, and we can move from there.
......
...@@ -6,8 +6,6 @@ tags: [monero missives, research, usability, external, funding, i8n] ...@@ -6,8 +6,6 @@ tags: [monero missives, research, usability, external, funding, i8n]
author: Riccardo Spagni (fluffypony) author: Riccardo Spagni (fluffypony)
--- ---
*July 13th, 2014*
Hello, and welcome to our sixth Monero Missive! Hello, and welcome to our sixth Monero Missive!
**Major Updates** **Major Updates**
......
...@@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony) ...@@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony)
forum: https://forum.getmonero.org/1/news-and-announcements/115/monday-monero-missives-21-december-15th-2014 forum: https://forum.getmonero.org/1/news-and-announcements/115/monday-monero-missives-21-december-15th-2014
--- ---
*December 15th, 2014*
**Account:** still more fixes to the restore paths and multi-lang mnemonics, known issues with UTF-8 on Windows remain **Account:** still more fixes to the restore paths and multi-lang mnemonics, known issues with UTF-8 on Windows remain
**Core:** libunbound lookups moved to a thread in order to trap for failing / slow DNS lookups **Core:** libunbound lookups moved to a thread in order to trap for failing / slow DNS lookups
......
...@@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony) ...@@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony)
forum: https://forum.getmonero.org/1/news-and-announcements/115/monday-monero-missives-21-december-15th-2014 forum: https://forum.getmonero.org/1/news-and-announcements/115/monday-monero-missives-21-december-15th-2014
--- ---
*December 15th, 2014*
**MyMonero:** due to a very broad DDoS attack at the data center in which MyMonero is hosted (not targeted at MyMonero) the service was offline on Sunday for a 12 hour stretch. We are putting some effort in place to ensure this does not happen again in future. New features added this past week: a "copy to clipboard" helper is now available on the right of your Monero address on your dashboard, as well as on the login key review screen and account details screen. In addition, clicking on a transaction in the dashboard or your transaction history screens will show additional details, such as the payment ID used. **MyMonero:** due to a very broad DDoS attack at the data center in which MyMonero is hosted (not targeted at MyMonero) the service was offline on Sunday for a 12 hour stretch. We are putting some effort in place to ensure this does not happen again in future. New features added this past week: a "copy to clipboard" helper is now available on the right of your Monero address on your dashboard, as well as on the login key review screen and account details screen. In addition, clicking on a transaction in the dashboard or your transaction history screens will show additional details, such as the payment ID used.
**ForkGuard:** added MyMonero.com and MoneroClub.com **ForkGuard:** added MyMonero.com and MoneroClub.com
......
...@@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony) ...@@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony)
forum: forum:
--- ---
*December 15th, 2014*
Hello, and welcome to our twenty-first Monero Monday Missive! Hello, and welcome to our twenty-first Monero Monday Missive!
**Major Updates** **Major Updates**
......
...@@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony) ...@@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony)
forum: https://forum.getmonero.org/1/news-and-announcements/134/monday-monero-missives-22-year-in-review-january-5th-2015 forum: https://forum.getmonero.org/1/news-and-announcements/134/monday-monero-missives-22-year-in-review-january-5th-2015
--- ---
*January 5th, 2015*
Hello, and welcome to our twenty-second Monero Monday Missive! Hello, and welcome to our twenty-second Monero Monday Missive!
This is our first Missive for 2015, after a 2 week break over the end of December. We'd like to earnestly thank everyone for their support over the course of this year, and for joining us on the start of our Monero journey. We'd also like to take this opportunity to look back on the past 8 months, and see where we got to. This is our first Missive for 2015, after a 2 week break over the end of December. We'd like to earnestly thank everyone for their support over the course of this year, and for joining us on the start of our Monero journey. We'd also like to take this opportunity to look back on the past 8 months, and see where we got to.
......
...@@ -6,8 +6,6 @@ tags: [releases] ...@@ -6,8 +6,6 @@ tags: [releases]
author: Riccardo Spagni (fluffypony) author: Riccardo Spagni (fluffypony)
--- ---
*January 1st, 2016*
## Summary of Changes ## Summary of Changes
Too much to describe. Represents a major release in Monero's history, over a year-and-a-half in the making. Some highlights: Too much to describe. Represents a major release in Monero's history, over a year-and-a-half in the making. Some highlights:
......
...@@ -6,8 +6,6 @@ tags: [releases] ...@@ -6,8 +6,6 @@ tags: [releases]
author: Riccardo Spagni (fluffypony) author: Riccardo Spagni (fluffypony)
--- ---
*January 15th, 2016*
## Summary of Changes ## Summary of Changes
This has urgent and important bug fixes to 0.9.0 *Hydrogen Helix* This has urgent and important bug fixes to 0.9.0 *Hydrogen Helix*
......
...@@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto] ...@@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
author: gingeropolous author: gingeropolous
--- ---
*January 31st, 2016*
# Summary # Summary
## Use of dev branch ## Use of dev branch
......
...@@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony) ...@@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony)
forum: https://forum.getmonero.org/1/news-announcements-and-editorials/2481/monero-missive-special-edition-2015-year-in-review forum: https://forum.getmonero.org/1/news-announcements-and-editorials/2481/monero-missive-special-edition-2015-year-in-review
--- ---
*February 10th, 2016*
Hello, and welcome to a special edition of the Monero Missives: the 2015 Year in Review! Hello, and welcome to a special edition of the Monero Missives: the 2015 Year in Review!
As you may know (or may not know:) we had an extremely busy January, which has led to this Missive taking its sweet time in being finalised. As you may know (or may not know:) we had an extremely busy January, which has led to this Missive taking its sweet time in being finalised.
......
...@@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto] ...@@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
author: gingeropolous author: gingeropolous
--- ---
*February 14th, 2016*
# Summary # Summary
## Review ## Review
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment