28.xhtml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'Please declassify the text of the Trans-Pacific Partnership!',
  21. 'body' => <<<END
  22. <p>
  23. I&apos;m tired of messing up the entry numbers on my weblog.
  24. Whenever I mess one up and don&apos;t notice, every entry after it also gets messed up, as I don&apos;t remember the entry numbers myself.
  25. I just look at the previous day&apos;s entry number and assume it to be correct.
  26. I&apos;ve now built a function to do the remembering for me.
  27. It takes a year, month, and day number and returns a string containing the entry number and date formated the way I head my entries.
  28. It&apos;s a bit vain for me to set up a function that takes into account the day that my personal weblog was started, but it will save me a lot of time and effort.
  29. As an added bonus, if I ever change my heading format, it can be uniformly changed across my entire weblog now without much additional effort.
  30. </p>
  31. <p>
  32. President Obama is claiming that people calling the Trans-Pacific Partnership a &quot;secret&quot; trade deal are being dishonest, and that the people need to look at the facts.
  33. However, the fact is that the public of the United States is not allowed to see the details of the deal and therefor cannot know if the deal is good or bad.
  34. Senator Warren called him on that, and is attempting to get him to <a href="https://www.dailykos.com/story/2015/04/25/1380311/-Elizabeth-Warren-and-Sherrod-Brown-to-Obama-Let-the-American-People-See-the-TPP-Text">declassify the agreement</a>.
  35. Until he does so, it it is fact a secret agreement, and cannot be assumed to be in the best interest of the people.
  36. In fact, if the deal <strong>*was*</strong> in the best interest of the people, there would be no reason to hide it.
  37. Please help get the details of this agreement exposed by <a href="https://dailykos.com/campaigns/1220">signing the petition</a>.
  38. </p>
  39. <p>
  40. I seem to have broken several pages lately.
  41. Mistedwind keeps running across them and sending bug reports, which is very helpful, but some of these bugs should have been caught by me as soon as the pages were uploaded.
  42. At the very least, when I update a page, I need to verify that the page actually renders.
  43. I obviously can&apos;t proofread and spell check everything after rebuilding every page on the site, but rendering shouldn&apos;t take too long to check.
  44. </p>
  45. <p>
  46. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  47. </p>
  48. END
  49. );