| Author | Dave Jarvis <email> |
|---|---|
| Date | 2014-07-26 19:14:22 GMT-0700 |
| Commit | 354c041723b86c64be406d84832dc72d809c7e6a |
| Parent | 8f8b102 |
| .policy, .tags { | ||
| + margin-bottom: 0.5em; | ||
| padding-bottom: 0.5em; | ||
| border-bottom: 1px solid black; | ||
| +} | ||
| + | ||
| +.part > .title, .section > .title { | ||
| + margin-top: 0.75em; | ||
| +} | ||
| + | ||
| +.part > .title { | ||
| + font-size: 1.5em; | ||
| +} | ||
| + | ||
| +.section > .title { | ||
| + font-size: 1.2em; | ||
| +} | ||
| + | ||
| +.activation { | ||
| + display: flex; | ||
| + flex-direction: row; | ||
| + margin-top: 0.5em; | ||
| + | ||
| + justify-content: flex-end; | ||
| +} | ||
| + | ||
| +.date::before { | ||
| + content: "Activation: "; | ||
| +} | ||
| + | ||
| +.time::before { | ||
| + content: "\00a0 at\00a0"; | ||
| +} | ||
| + | ||
| +.parts { | ||
| + list-style-type: decimal; | ||
| + counter-reset: partList; | ||
| +} | ||
| + | ||
| +.part > .title::before { | ||
| + counter-increment: partList; | ||
| + content: "Part " counter( partList, decimal ) " - "; | ||
| +} | ||
| + | ||
| +.sections { | ||
| + list-style-type: decimal; | ||
| + counter-reset: sectionList; | ||
| +} | ||
| + | ||
| +.section > .title::before { | ||
| + counter-increment: sectionList; | ||
| + content: "Section " | ||
| + counter( partList, decimal ) "." | ||
| + counter( sectionList, decimal ) " - "; | ||
| +} | ||
| + | ||
| +.list { | ||
| + list-style-type: decimal; | ||
| + counter-reset: contentList; | ||
| +} | ||
| + | ||
| +.list > .item::before { | ||
| + counter-increment: contentList; | ||
| + content: "(" counter( contentList, decimal ) ") "; | ||
| +} | ||
| + | ||
| +.list > .item { | ||
| + margin-top: 0.5em; | ||
| + margin-left: 1.25em; | ||
| + line-height: 120%; | ||
| } | ||
| } | ||
| .tag:last-child:after { content: ""; } | ||
| - | ||
| <synopsis> | ||
| <paragraph> | ||
| - We have the right to protect our private and family life. Wanting privacy is not a suspicious activity. Government programmes track all electronic and phone communications: an excessively <xref id="4">expensive</xref> intrusion. The funds allotted to such programmes should be directed to building secure digital infrastructures, not surveillance. | ||
| + We have the right to protect our private and family life. Wanting privacy is not a suspicious activity. Government programmes track all electronic and phone communications: an excessively <xref id="4">expensive</xref> intrusion. The funds allotted to such programmes should be directed to building secure digital infrastructures, not surveillance. | ||
| </paragraph> | ||
| </synopsis> | ||
| <proposal> | ||
| - <paragraph> | ||
| - This act | ||
| - </paragraph> | ||
| + <activation> | ||
| + <date>Feb 12, 2017</date> | ||
| + <time>3:15pm</time> | ||
| + </activation> | ||
| + <parts> | ||
| + <part> | ||
| + <title>Protection of Privacy & Civil Rights</title> | ||
| + <paragraph> | ||
| + The expansion of our civil rights and protection of our freedom is the primary motivation for this act. | ||
| + </paragraph> | ||
| + <sections> | ||
| + <section> | ||
| + <title>Data Protection & Surveillance</title> | ||
| + <content> | ||
| + <paragraph> | ||
| + The threat posed by unlawful and excessive <xref id="1">surveillance</xref> measures, imposed on us by governments both foreign and domestic, whether in response to <xref id="2">terrorism</xref> or other threats is grave. There is an immediate need for action to redress the balance and restore our <xref id="3">privacy</xref>. | ||
| + </paragraph> | ||
| + </content> | ||
| + </section> | ||
| + <section> | ||
| + <title>Data Retention</title> | ||
| + <content> | ||
| + <paragraph> | ||
| + Regarding the <xref id="6">collection</xref> of <xref id="4">personal information</xref>, <xref id="5">citizens</xref> have a right to know the: | ||
| + <list> | ||
| + <item>rules that govern collection;</item> | ||
| + <item>maximum data storage time; and</item> | ||
| + <item>data retention policies.</item> | ||
| + </list> | ||
| + </paragraph> | ||
| + </content> | ||
| + </section> | ||
| + <section> | ||
| + <title>Prohibit Mass Surveillance</title> | ||
| + <content> | ||
| + <paragraph> | ||
| + Cameras monitor movement of people and vehicles in public spaces. Facial tracking combined with secondary information sources erodes privacy without significantly reducing crime rates. Police personnel will transition from passive monitoring to active patrolling. | ||
| + </paragraph> | ||
| + </content> | ||
| + </section> | ||
| + </sections> | ||
| + </part> | ||
| + </parts> | ||
| </proposal> | ||
| Delta | 111 lines added, 5 lines removed, 106-line increase |
|---|