From f06fa10f02fd8a7829506e960647dde823a467fe Mon Sep 17 00:00:00 2001 From: Francisco Augusto Date: Mon, 29 Sep 2014 01:17:05 +0200 Subject: [PATCH] Keep index.html updated with GithubDocSync --- index.html | 898 +---------------------------- javascripts/base64.js | 142 +++++ javascripts/marked.js | 1272 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1438 insertions(+), 874 deletions(-) create mode 100644 javascripts/base64.js create mode 100644 javascripts/marked.js diff --git a/index.html b/index.html index 05b9fc4..3d62990 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,28 @@ Awesome-sysadmin + + + + + + @@ -31,879 +53,7 @@
-

-Awesome Sysadmin

- -

A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP -Prueba

- -

-Backups

- -

Backup software.

- -
    -
  • -Amanda - Client-server model backup tool.
  • -
  • -Bacula - Another Client-server model backup tool.
  • -
  • -Backupninja - Lightweight, extensible meta-backup system.
  • -
  • -Backuppc - Client-server model backup tool with file pooling scheme.
  • -
  • -Burp - Network backup and restore program.
  • -
  • -Duplicity - Encrypted bandwidth-efficient backup using the rsync algorithm.
  • -
  • -Lsyncd - Watches a local directory trees for changes, and then spawns a process to synchronize the changes. Uses rsync by default.
  • -
  • -Rsnapshot - Filesystem Snapshotting Utility.
  • -
  • -SafeKeep - Centralized pull-based backup using rdiff-backup.
  • -
  • -TarSnap - Secure backup service with an open-source client.
  • -
  • -UrBackup - Another client-server backup system.
  • -
  • -DREBS - AWS EBS backup script that supports strategies.
  • -

-Cloning

- -

Cloning software.

- -
    -
  • -Clonezilla - Partition and disk imaging/cloning program.
  • -
  • -Fog - Another computer cloning solution.
  • -
  • -Redo Backup - Easy Backup, Recovery and Restore.
  • -

-Cloud Computing

- -
    -
  • -Archipel - Manage and supervise virtual machines using Libvirt.
  • -
  • -CloudStack - Cloud computing software for creating, managing, and deploying infrastructure cloud services.
  • -
  • -Eucalyptus - Open source private cloud software with AWS compatibility.
  • -
  • -OpenNebula - An user-driven cloud management platform for sysadmins and devops.
  • -
  • -OpenStack - Open source software for building private and public clouds.
  • -
  • -The Foreman - Foreman is a complete lifecycle management tool for physical and virtual servers. FOSS.
  • -
  • -Cobbler - Cobbler is a Linux installation server that allows for rapid setup of network installation environments.
  • -
  • -Mesos - Develop and run resource-efficient distributed systems.
  • -

-Cloud Orchestration

- -
    -
  • -Cloudify - Open source TOSCA-based cloud orchestration software platform written in Python and YAML.
  • -
  • -Juju - Cloud orechestration tool which manages services as charms, YAML configuration and deployment script bundles.
  • -
  • -MCollective - Ruby framework to manage server orchestration, developed by Puppet labs.
  • -
  • -Overcast - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH.
  • -
  • -Rundeck - Simple orchestration tool.
  • -
  • -Salt - It's written in Python.
  • -

-Cloud Storage

- -
    -
  • -git-annex assistant - A synchronised folder on each of your OSX and Linux computers, Android devices, removable drives, NAS appliances, and cloud services.
  • -
  • -ownCloud - Provides universal access to your files via the web, your computer or your mobile devices.
  • -
  • -Seafile - Another Open Source Cloud Storage solution.
  • -
  • -SparkleShare - Provides cloud storage and file synchronization services. By default, it uses Git as a storage backend.
  • -
  • -Swift - A highly available, distributed, eventually consistent object/blob store.
  • -
  • -Syncthing - Open Source system for private, encrypted and authenticated distrobution of data.
  • -

-Collaborative Software

- -

Collaborative software or groupware suites.

- -
    -
  • -Citadel/UX - Collaboration suite (messaging and groupware) that is descended from the Citadel family of programs.
  • -
  • -EGroupware - Groupware software written in PHP.
  • -
  • -Kolab - Another groupware suite.
  • -
  • -SOGo - Collaborative software server with a focus on simplicity and scalability.
  • -
  • -Zimbra - Collaborative software suite, that includes an email server and web client.
  • -

-Configuration Management Database

- -

Configuration management database (CMDB) software.

- -
    -
  • -i-doit - Open Source IT Documentation and CMDB.
  • -
  • -iTop - A complete open source, ITIL, web based service management tool.
  • -
  • -Ralph - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks.
  • -
  • -Clusto - Helps you keep track of your inventory, where it is, how it's connected, and provides an abstracted interface for interacting with the elements of the infrastructure.
  • -

-Configuration Management

- -

Configuration management tools.

- -
    -
  • -Ansible - It's written in Python and manages the nodes over SSH.
  • -
  • -CFEngine - Lightweight agent system. Configuration state is specified via a declarative language.
  • -
  • -Chef - It's written in Ruby and Erlang and uses a pure-Ruby DSL.
  • -
  • -Fabric - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks.
  • -
  • -Pallet - Infrastructure definition, configuration and management via a Clojure DSL.
  • -
  • -Puppet - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL.
  • -
  • -Salt - It's written in Python.
  • -
  • -Slaughter - It's written in Perl.
  • -

-Continuous Integration & Continuous Deployment

- -

Continuous integration/deployment software.

- -
    -
  • -Buildbot - Python-based toolkit for continuous integration.
  • -
  • -GitLab CI - Based off of ruby. They also provide GitLab, which manages git repositories.
  • -
  • -Go - Open source agile build and release management software.
  • -
  • -Jenkins - An extendable open source continuous integration server.
  • -
  • -Vlad the Deployer - Deployment automation.
  • -

-Distributed Filesystems

- -

Network distributed filesystems.

- -
    -
  • -Ceph - Distributed object store and file system.
  • -
  • -DRBD - Disributed Replicated Block Device.
  • -
  • -GlusterFS - Scale-out network-attached storage file system.
  • -
  • -HDFS - Distributed, scalable, and portable file-system written in Java for the Hadoop framework.
  • -
  • -Lustre - A type of parallel distributed file system, generally used for large-scale cluster computing.
  • -
  • -MooseFS - Fault tolerant, network distributed file system.
  • -
  • -MogileFS - Application level, network distributed file system.
  • -
  • -OpenAFS - Distributed network file system with read-only replicas and multi-OS support.
  • -
  • -TahoeLAFS - secure, decentralized, fault-tolerant, peer-to-peer distributed data store and distributed file system.
  • -
  • -XtreemFS - XtreemFS is a fault-tolerant distributed file system for all storage needs.
  • -

-DNS

- -

DNS servers.

- -
    -
  • -Bind - The most widely used name server software.
  • -
  • -djbdns - A collection of DNS applications, including tinydns.
  • -
  • -Designate - DNS REST API that support several DNS servers as its backend.
  • -
  • -dnsmasq - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks.
  • -
  • -Knot - High performance authoritative-only DNS server.
  • -
  • -NSD - Authoritative only, high performance, simple name server.
  • -
  • -PowerDNS - DNS server with a variety of data storage back-ends and load balancing features.
  • -
  • -Unbound - Validating, recursive, and caching DNS resolver.
  • -
  • -Yadifa - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain.
  • -

-Hosting Control Panels

- -

Web hosting control panels

- -
    -
  • -Ajenti - Control panel for Linux and BSD.
  • -
  • -Feathur - VPS Provisioning and Management Software.
  • -
  • -ISPConfig - Hosting control panel for Linux.
  • -
  • -VestaCP - Hosting panel for Linux but with Nginx.
  • -
  • -Virtualmin - Control panel for Linux based on webmin.
  • -
  • -ZPanel - Control panel for Linux, BSD, and Windows.
  • -

-IMAP/POP3

- -

IMAP/POP3 mail servers.

- -
    -
  • -Courier IMAP/POP3 - Fast, scalable, enterprise IMAP and POP3 server.
  • -
  • -Cyrus IMAP/POP3 - Intended to be run on sealed servers, where normal users are not permitted to log in.
  • -
  • -Dovecot - IMAP and POP3 server written primarily with security in mind.
  • -
  • -Qpopper - One of the oldest and most popular server implementations of POP3.
  • -

-IT Asset Management

- -

IT Assets Management software.

- -
    -
  • -GLPI - Information Resource-Manager with an additional Administration Interface.
  • -
  • -OCS Inventory NG - Enables users to inventory their IT assets.
  • -
  • -RackTables - Datacenter and server room asset management like document hardware assets, network addresses, space in racks, networks configuration.
  • -
  • -Ralph - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks.
  • -
  • -Snipe IT - Asset & license management software.
  • -

-LDAP

- -

LDAP servers.

- -

-Log Management

- -

Log management tools: collect, parse, visualize ...

- -
    -
  • -Elasticsearch - A Lucene Based Document store mainly used for log indexing, storage and analysis.
  • -
  • -Fluentd - Log Collector and Shipper.
  • -
  • -Flume - Distributed log collection and aggregation system.
  • -
  • -Graylog2 - Pluggable Log and Event Analysis Server with Alerting options.
  • -
  • -Heka - Stream processing system which may be used for log aggregation.
  • -
  • -Kibana - Visualize logs and time-stamped data.
  • -
  • -Logstash - Tool for managing events and logs.
  • -

-Monitoring

- -

Monitoring software.

- -
    -
  • -Cacti - Web-based network monitoring and graphing tool.
  • -
  • -Cabot - Monitoring and alerts, similar to PagerDuty.
  • -
  • -check_mk - Collection of extensions for Nagios.
  • -
  • -Icinga - Fork of Nagios.
  • -
  • -LibreNMS - fork of Observium.
  • -
  • -Monit - Small Open Source utility for managing and monitoring Unix systems.
  • -
  • -Munin - Networked resource monitoring tool.
  • -
  • -Naemon - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features.
  • -
  • -Nagios - Computer system, network and infrastructure monitoring software application.
  • -
  • -Observium - SNMP monitoring for servers and networking devices. Runs on linux.
  • -
  • -OMD - The Open Monitoring Distribution.
  • -
  • -Opsview - Based on Nagios 4, Opsview Core is ideal for small IT and test environments.
  • -
  • -Riemann - Flexible and fast events processor allowing complex events/metrics analysis.
  • -
  • -Sensu - Open source monitoring framework.
  • -
  • -Sentry - Application monitoring, event logging and aggregation.
  • -
  • -Shinken - Another monitoring framework.
  • -
  • -Thruk - Multibackend monitoring webinterface with support for Naemon, Nagios, Icinga and Shinken.
  • -
  • -Xymon - Network monitoring inspired by Big Brother.
  • -
  • -Zabbix - Enterprise-class software for monitoring of networks and applications.
  • -
  • -Zenoss - Application, server, and network management platform based on Zope.
  • -

-Metric & Metric Collection

- -

Metric gathering and display software.

- -
    -
  • -Collectd - System statistic collection daemon.
  • -
  • -Collectl - High precision system performance metrics collecting tool.
  • -
  • -Dashing - Ruby gem that allows for rapid statistical dashboard development. An all HTML5 approach allows for big screen displays in data centers or conference rooms.
  • -
  • -Diamond - Python based statistic collection daemon.
  • -
  • -Grafana - A Graphite & InfluxDB Dashboard and Graph Editor.
  • -
  • -Ganglia - High performance, scalable RRD based monitoring for grids and/or clusters of servers. Compatible with Graphite using a single collection process.
  • -
  • -Graphite - Open source scaleable graphing server.
  • -
  • -InfluxDB - Open source distributed time series database with no external dependencies.
  • -
  • -OpenTSDB - Store and server massive amounts of time series data without losing granularity.
  • -
  • -RRDtool - Open source industry standard, high performance data logging and graphing system for time series data.
  • -
  • -Statsd - Application statistic listener.
  • -

-Network Configuration Management

- -

Network configuration management tools.

- -
    -
  • -GestióIP - An automated web based IPv4/IPv6 IP Address Management tool.
  • -
  • -RANCID - Monitors network device's configurarion and maintain history of changes.
  • -
  • -rConfig - Another network device configuration management tool.
  • -

-Newsletters

- -

Newsletter software.

- -
    -
  • -DadaMail - Mailing List Manager, written in Perl.
  • -
  • -phpList - Newsletter manager written in PHP.
  • -

-NoSQL

- -

NoSQL databases.

- -
    -
  • Column-Family - -
      -
    • -Apache HBase - Hadoop database, a distributed, big data store.
    • -
    • -Cassandra - Distributed DBMS designed to handle large amounts of data across many servers.
    • -
    -
  • -
  • Document Store - -
      -
    • -CouchDB - Ease of use, with multi-master replication document-oriented database system.
    • -
    • -ElasticSearch - Java based database, popular with log aggregation, and email archiving projects.
    • -
    • -MongoDB - Another document-oriented database system.
    • -
    • -RavenDB - Document based database with ACID/Transactional features.
    • -
    • -RethinkDB - Open source distributed document store database, focuses on JSON.
    • -
    -
  • -
  • Graph - -
      -
    • -FlockDB - Twitter's distributed, fault-tolerant graph database.
    • -
    • -Neo4j - Open source graph database.
    • -
    -
  • -
  • Key-Value - -
      -
    • -LevelDB - Google's high performance key/value database.
    • -
    • -Redis - Networked, in-memory, key-value data store with optional durability.
    • -
    • -Riak - Another fault-tolerant key-value NoSQL database.
    • -
    -
  • -

Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis

- -

-Packaging

- -
    -
  • -fpm - Versatile multi format package creator.
  • -
  • -omnibus-ruby - Full stack, cross distro packaging software (Ruby).
  • -
  • -packman - Full stack, cross distro packaging software (Python).
  • -

-Queuing

- -
    -
  • -BeanstalkD - A simple, fast work queue.
  • -
  • -NSQ - A realtime distributed messaging platform.
  • -
  • -RabbitMQ - Robust, fully featured, cross distro queuing system.
  • -
  • -ZeroMQ - Lightweight queuing system.
  • -

-RDBMS

- -

Relational DBMS.

- -
    -
  • -Firebird - True universal open source database.
  • -
  • -Galera - Galera Cluster for MySQL is an easy-to-use high-availability solution with high system up-time, no data loss, and scalability for future growth.
  • -
  • -MariaDB - Community-developed fork of the MySQL.
  • -
  • -MySQL - Most popular RDBMS server.
  • -
  • -Percona Server - Enhanced, drop-in MySQL replacement.
  • -
  • -PostgreSQL - Object-relational database management system (ORDBMS).
  • -
  • -PostgreSQL-XL - Scalable Open Source PostgreSQL-based database cluster.
  • -
  • -SQLite - Library that implements a self-contained, serverless, zero-configuration, transactional SQL DBS.
  • -

-Security

- -

Security tools.

- -
    -
  • -Fail2Ban - Scans log files and takes action on IPs that show malicious behavior.
  • -

-SMTP

- -

SMTP servers.

- -
    -
  • -Exim - Message transfer agent (MTA) developed at the University of Cambridge.
  • -
  • -Haraka - A high-performance, pluginable SMTP server written in JavaScript.
  • -
  • -MailCatcher - Ruby gem that deploys a simply SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development.
  • -
  • -Maildrop - Open Source disposable email SMTP server, also useful for development.
  • -
  • -OpenSMTPD - Secure SMTP server implementation from the OpenBSD project.
  • -
  • -Postfix - Fast, easy to administer, and secure Sendmail replacement.
  • -
  • -Qmail - Secure Sendmail replacement.
  • -
  • -Sendmail - Message transfer agent (MTA).
  • -

-Software Containers

- -

Operating system–level virtualization.

- -
    -
  • -Docker - Open platform for developers and sysadmins to build, ship, and run distributed applications.
  • -
  • -OpenVZ - Container-based virtualization for Linux.
  • -

-SSH

- -

SSH tools.

- -
    -
  • -autossh - Automatically respawn ssh session after network interruption.
  • -
  • -Cluster SSH - Controls a number of xterm windows via a single graphical console.
  • -
  • -DSH - Dancer's shell / distributed shell - Wrapper for executing multiple remote shell commands from one command line.
  • -
  • -Mosh - The mobile shell.
  • -
  • -parallel-ssh - Provides parallel versions of OpenSSH and related tools.
  • -
  • -SSH Power Tool - Execute commands and upload files to many servers simultaneously without using pre-shared keys.
  • -

-Statistics

- -

Analytics software.

- -
    -
  • -Analog - The most popular logfile analyser in the world.
  • -
  • -Piwik - Free and open source web analytics application.
  • -
  • -Webalizer - Fast, free web server log file analysis program.
  • -

-Ticketing systems

- -

Web-based ticketing system.

- -
    -
  • -Bugzilla - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project.
  • -
  • -Cerb - A group-based e-mail management project built with a commercial open source license.
  • -
  • -Flyspray - Web-based bug tracking system written in PHP.
  • -
  • -MantisBT - Another web-based bug tracking system.
  • -
  • -osTicket - Open source support ticket system.
  • -
  • -Otrs - A free and open-source trouble ticket system software package that a company, organization, or other entity can use to assign tickets to incoming queries and track further communications about them.
  • -
  • -Request Tracker - Ticket-tracking system written in Perl.
  • -
  • -TheBugGenie - Open source ticket system with extremely complete users rights granularity.
  • -

-Troubleshooting

- -

Troubleshooting Tools.

- -
    -
  • -mitmproxy - A Python tool used for intercepting, viewing and modifying network traffic. Invaluable in troubleshooting certain problems.
  • -
  • -Sysdig - Capture system state and activity from a running Linux instance, then save, filter and analyze.
  • -

-Project Management

- -

Web-based project management and bug tracking systems.

- -

-Version control

- -

Software versioning and revision control.

- -
    -
  • -Fossil - Distributed version control with built-in wiki and bug tracking.
  • -
  • -Git - Distributed revision control and source code management (SCM) with an emphasis on speed.
  • -
  • -GNU Bazaar - Distributed revision control system sponsored by Canonical.
  • -
  • -Mercurial - Another distributed revision control.
  • -
  • -Subversion - Client-server revision control system.
  • -

-Virtualization

- -

Virtualization software.

- -
    -
  • -Ganeti - Cluster virtual server management software tool built on top of KVM and Xen.
  • -
  • -KVM - Linux kernel virtualization infrastructure.
  • -
  • -oVirt - Manages virtual machines, storage and virtual networks.
  • -
  • -Packer - A tool for creating identical machine images for multiple platforms from a single source configuration.
  • -
  • -Vagrant - Tool for building complete development environments.
  • -
  • -VirtualBox - Virtualization product from Oracle Corporation.
  • -
  • -Xen - Virtual machine monitor for 32/64 bit Intel / AMD (IA 64) and PowerPC 970 architectures.
  • -

-VPN

- -

VPN software.

- -
    -
  • -OpenVPN - Uses a custom security protocol that utilizes SSL/TLS for key exchange.
  • -
  • -Pritunl - OpenVPN based solution. Easy to set up.
  • -
  • -SoftEther - Multi-protocol software VPN with advanced features
  • -
  • -sshuttle - Poor man's VPN.
  • -
  • -strongSwan - Complete IPsec implementation for Linux.
  • -
  • -tinc - Distributed p2p VPN.
  • -

-XMPP

- -

XMPP servers.

- -
    -
  • -ejabberd - XMPP instant messaging server written in Erlang/OTP.
  • -
  • -Metronome IM - Fork of Prosody IM.
  • -
  • -MongooseIM - Fork of ejabberd.
  • -
  • -Openfire - Real time collaboration (RTC) server.
  • -
  • -Prosody IM - XMPP server written in Lua.
  • -
  • -Tigase - XMPP server implementation in Java.
  • -

-Webmails

- -

Webmail applications.

- -
    -
  • -RainLoop - Simple, modern & fast web-based IMAP client.
  • -
  • -Roundcube - Browser-based IMAP client with an application-like user interface.
  • -

-Web

- -

Web servers.

- -
    -
  • -Apache - Most popular web server.
  • -
  • -Cherokee - Lightweight, high-performance web server/reverse proxy.
  • -
  • -Lighttpd - Web server more optimized for speed-critical environments.
  • -
  • -Nginx - Reverse proxy, load balancer, HTTP cache, and web server.
  • -
  • -uWSGI - The uWSGI project aims at developing a full stack for building hosting services.
  • -

Web Performance

- -
    -
  • -HAProxy - Software based load Balancing, SSL offloading and performance optimization, compression, and general web routing.
  • -
  • -Varnish - HTTP based web application accelerator focusing on optimizing caching and compression.
  • -

-Wikis

- -

Wiki software.

- -
    -
  • -DokuWiki - Simple to use and highly versatile wiki that doesn't require a database.
  • -
  • -ikiwiki - A wiki compiler.
  • -
  • -Mediawiki - Used to power Wikipedia.
  • -
  • -MoinMoin - An advanced, easy to use and extensible WikiEngine with a large community of users.
  • -
  • -TiddlyWiki - Complete interactive wiki in JavaScript.
  • -

-Resources

- -

Various resources, such as books, websites and articles, for improving your skills and knowledge.

- -

-Blogs

- -

-Books

- -

Sysadmin related books.

- -

-Editors

- -

Open source code editors.

- -
    -
  • -Atom - A hackable text editor from Github.
  • -
  • -Brackets - Open source code editor for web designers and front-end developers.
  • -
  • -Eclipse - IDE written in Java with an extensible plug-in system.
  • -
  • -Geany - GTK2 text editor.
  • -
  • -GNU Emacs - An extensible, customizable text editor-and more.
  • -
  • -Haroopad - Markdown editor with live preview.
  • -
  • -ICEcoder - Code editor awesomeness, built with common web languages.
  • -
  • -jotgit - Git-backed real-time collaborative code editing.
  • -
  • -Lime - Aims to provide an open source solution to Sublime Text
  • -
  • -Vim - A highly configurable text editor built to enable efficient editing.
  • -

-Repositories

- -

Software package repositories.

- -
    -
  • -Dotdeb - Repository with LAMP updated packages for Debian.
  • -
  • -Remi - Repository with LAMP updated packages for RHEL/Centos/Fedora.
  • -

-Websites

- -

Useful sysadmin related websites.

- -
    -
  • -Ops School - Comprehensive program that will help you learn to be an operations engineer.
  • -
  • -Digital Ocean Tutorials - A surprisingly vast resource for getting the basics of certain applications, tools, or even systems administration topics. (Note: Digital Ocean pays authors for this content)
  • -

-Contributing

- -

Please see CONTRIBUTING for details.

+
@@ -915,7 +65,7 @@ Prueba

- + diff --git a/javascripts/base64.js b/javascripts/base64.js new file mode 100644 index 0000000..6e87eb7 --- /dev/null +++ b/javascripts/base64.js @@ -0,0 +1,142 @@ +/** +* +* Base64 encode / decode +* http://www.webtoolkit.info/ +* +**/ + +var Base64 = { + + // private property + _keyStr : "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", + + // public method for encoding + encode : function (input) { + var output = ""; + var chr1, chr2, chr3, enc1, enc2, enc3, enc4; + var i = 0; + + input = Base64._utf8_encode(input); + + while (i < input.length) { + + chr1 = input.charCodeAt(i++); + chr2 = input.charCodeAt(i++); + chr3 = input.charCodeAt(i++); + + enc1 = chr1 >> 2; + enc2 = ((chr1 & 3) << 4) | (chr2 >> 4); + enc3 = ((chr2 & 15) << 2) | (chr3 >> 6); + enc4 = chr3 & 63; + + if (isNaN(chr2)) { + enc3 = enc4 = 64; + } else if (isNaN(chr3)) { + enc4 = 64; + } + + output = output + + this._keyStr.charAt(enc1) + this._keyStr.charAt(enc2) + + this._keyStr.charAt(enc3) + this._keyStr.charAt(enc4); + + } + + return output; + }, + + // public method for decoding + decode : function (input) { + var output = ""; + var chr1, chr2, chr3; + var enc1, enc2, enc3, enc4; + var i = 0; + + input = input.replace(/[^A-Za-z0-9\+\/\=]/g, ""); + + while (i < input.length) { + + enc1 = this._keyStr.indexOf(input.charAt(i++)); + enc2 = this._keyStr.indexOf(input.charAt(i++)); + enc3 = this._keyStr.indexOf(input.charAt(i++)); + enc4 = this._keyStr.indexOf(input.charAt(i++)); + + chr1 = (enc1 << 2) | (enc2 >> 4); + chr2 = ((enc2 & 15) << 4) | (enc3 >> 2); + chr3 = ((enc3 & 3) << 6) | enc4; + + output = output + String.fromCharCode(chr1); + + if (enc3 != 64) { + output = output + String.fromCharCode(chr2); + } + if (enc4 != 64) { + output = output + String.fromCharCode(chr3); + } + + } + + output = Base64._utf8_decode(output); + + return output; + + }, + + // private method for UTF-8 encoding + _utf8_encode : function (string) { + string = string.replace(/\r\n/g,"\n"); + var utftext = ""; + + for (var n = 0; n < string.length; n++) { + + var c = string.charCodeAt(n); + + if (c < 128) { + utftext += String.fromCharCode(c); + } + else if((c > 127) && (c < 2048)) { + utftext += String.fromCharCode((c >> 6) | 192); + utftext += String.fromCharCode((c & 63) | 128); + } + else { + utftext += String.fromCharCode((c >> 12) | 224); + utftext += String.fromCharCode(((c >> 6) & 63) | 128); + utftext += String.fromCharCode((c & 63) | 128); + } + + } + + return utftext; + }, + + // private method for UTF-8 decoding + _utf8_decode : function (utftext) { + var string = ""; + var i = 0; + var c = c1 = c2 = 0; + + while ( i < utftext.length ) { + + c = utftext.charCodeAt(i); + + if (c < 128) { + string += String.fromCharCode(c); + i++; + } + else if((c > 191) && (c < 224)) { + c2 = utftext.charCodeAt(i+1); + string += String.fromCharCode(((c & 31) << 6) | (c2 & 63)); + i += 2; + } + else { + c2 = utftext.charCodeAt(i+1); + c3 = utftext.charCodeAt(i+2); + string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63)); + i += 3; + } + + } + + return string; + } + +} \ No newline at end of file diff --git a/javascripts/marked.js b/javascripts/marked.js new file mode 100644 index 0000000..142eccf --- /dev/null +++ b/javascripts/marked.js @@ -0,0 +1,1272 @@ +/** + * marked - a markdown parser + * Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed) + * https://github.com/chjj/marked + */ + +;(function() { + +/** + * Block-Level Grammar + */ + +var block = { + newline: /^\n+/, + code: /^( {4}[^\n]+\n*)+/, + fences: noop, + hr: /^( *[-*_]){3,} *(?:\n+|$)/, + heading: /^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/, + nptable: noop, + lheading: /^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/, + blockquote: /^( *>[^\n]+(\n(?!def)[^\n]+)*\n*)+/, + list: /^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/, + html: /^ *(?:comment *(?:\n|\s*$)|closed *(?:\n{2,}|\s*$)|closing *(?:\n{2,}|\s*$))/, + def: /^ *\[([^\]]+)\]: *]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/, + table: noop, + paragraph: /^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/, + text: /^[^\n]+/ +}; + +block.bullet = /(?:[*+-]|\d+\.)/; +block.item = /^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/; +block.item = replace(block.item, 'gm') + (/bull/g, block.bullet) + (); + +block.list = replace(block.list) + (/bull/g, block.bullet) + ('hr', '\\n+(?=\\1?(?:[-*_] *){3,}(?:\\n+|$))') + ('def', '\\n+(?=' + block.def.source + ')') + (); + +block.blockquote = replace(block.blockquote) + ('def', block.def) + (); + +block._tag = '(?!(?:' + + 'a|em|strong|small|s|cite|q|dfn|abbr|data|time|code' + + '|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo' + + '|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b'; + +block.html = replace(block.html) + ('comment', //) + ('closed', /<(tag)[\s\S]+?<\/\1>/) + ('closing', /])*?>/) + (/tag/g, block._tag) + (); + +block.paragraph = replace(block.paragraph) + ('hr', block.hr) + ('heading', block.heading) + ('lheading', block.lheading) + ('blockquote', block.blockquote) + ('tag', '<' + block._tag) + ('def', block.def) + (); + +/** + * Normal Block Grammar + */ + +block.normal = merge({}, block); + +/** + * GFM Block Grammar + */ + +block.gfm = merge({}, block.normal, { + fences: /^ *(`{3,}|~{3,}) *(\S+)? *\n([\s\S]+?)\s*\1 *(?:\n+|$)/, + paragraph: /^/ +}); + +block.gfm.paragraph = replace(block.paragraph) + ('(?!', '(?!' + + block.gfm.fences.source.replace('\\1', '\\2') + '|' + + block.list.source.replace('\\1', '\\3') + '|') + (); + +/** + * GFM + Tables Block Grammar + */ + +block.tables = merge({}, block.gfm, { + nptable: /^ *(\S.*\|.*)\n *([-:]+ *\|[-| :]*)\n((?:.*\|.*(?:\n|$))*)\n*/, + table: /^ *\|(.+)\n *\|( *[-:]+[-| :]*)\n((?: *\|.*(?:\n|$))*)\n*/ +}); + +/** + * Block Lexer + */ + +function Lexer(options) { + this.tokens = []; + this.tokens.links = {}; + this.options = options || marked.defaults; + this.rules = block.normal; + + if (this.options.gfm) { + if (this.options.tables) { + this.rules = block.tables; + } else { + this.rules = block.gfm; + } + } +} + +/** + * Expose Block Rules + */ + +Lexer.rules = block; + +/** + * Static Lex Method + */ + +Lexer.lex = function(src, options) { + var lexer = new Lexer(options); + return lexer.lex(src); +}; + +/** + * Preprocessing + */ + +Lexer.prototype.lex = function(src) { + src = src + .replace(/\r\n|\r/g, '\n') + .replace(/\t/g, ' ') + .replace(/\u00a0/g, ' ') + .replace(/\u2424/g, '\n'); + + return this.token(src, true); +}; + +/** + * Lexing + */ + +Lexer.prototype.token = function(src, top, bq) { + var src = src.replace(/^ +$/gm, '') + , next + , loose + , cap + , bull + , b + , item + , space + , i + , l; + + while (src) { + // newline + if (cap = this.rules.newline.exec(src)) { + src = src.substring(cap[0].length); + if (cap[0].length > 1) { + this.tokens.push({ + type: 'space' + }); + } + } + + // code + if (cap = this.rules.code.exec(src)) { + src = src.substring(cap[0].length); + cap = cap[0].replace(/^ {4}/gm, ''); + this.tokens.push({ + type: 'code', + text: !this.options.pedantic + ? cap.replace(/\n+$/, '') + : cap + }); + continue; + } + + // fences (gfm) + if (cap = this.rules.fences.exec(src)) { + src = src.substring(cap[0].length); + this.tokens.push({ + type: 'code', + lang: cap[2], + text: cap[3] + }); + continue; + } + + // heading + if (cap = this.rules.heading.exec(src)) { + src = src.substring(cap[0].length); + this.tokens.push({ + type: 'heading', + depth: cap[1].length, + text: cap[2] + }); + continue; + } + + // table no leading pipe (gfm) + if (top && (cap = this.rules.nptable.exec(src))) { + src = src.substring(cap[0].length); + + item = { + type: 'table', + header: cap[1].replace(/^ *| *\| *$/g, '').split(/ *\| */), + align: cap[2].replace(/^ *|\| *$/g, '').split(/ *\| */), + cells: cap[3].replace(/\n$/, '').split('\n') + }; + + for (i = 0; i < item.align.length; i++) { + if (/^ *-+: *$/.test(item.align[i])) { + item.align[i] = 'right'; + } else if (/^ *:-+: *$/.test(item.align[i])) { + item.align[i] = 'center'; + } else if (/^ *:-+ *$/.test(item.align[i])) { + item.align[i] = 'left'; + } else { + item.align[i] = null; + } + } + + for (i = 0; i < item.cells.length; i++) { + item.cells[i] = item.cells[i].split(/ *\| */); + } + + this.tokens.push(item); + + continue; + } + + // lheading + if (cap = this.rules.lheading.exec(src)) { + src = src.substring(cap[0].length); + this.tokens.push({ + type: 'heading', + depth: cap[2] === '=' ? 1 : 2, + text: cap[1] + }); + continue; + } + + // hr + if (cap = this.rules.hr.exec(src)) { + src = src.substring(cap[0].length); + this.tokens.push({ + type: 'hr' + }); + continue; + } + + // blockquote + if (cap = this.rules.blockquote.exec(src)) { + src = src.substring(cap[0].length); + + this.tokens.push({ + type: 'blockquote_start' + }); + + cap = cap[0].replace(/^ *> ?/gm, ''); + + // Pass `top` to keep the current + // "toplevel" state. This is exactly + // how markdown.pl works. + this.token(cap, top, true); + + this.tokens.push({ + type: 'blockquote_end' + }); + + continue; + } + + // list + if (cap = this.rules.list.exec(src)) { + src = src.substring(cap[0].length); + bull = cap[2]; + + this.tokens.push({ + type: 'list_start', + ordered: bull.length > 1 + }); + + // Get each top-level item. + cap = cap[0].match(this.rules.item); + + next = false; + l = cap.length; + i = 0; + + for (; i < l; i++) { + item = cap[i]; + + // Remove the list item's bullet + // so it is seen as the next token. + space = item.length; + item = item.replace(/^ *([*+-]|\d+\.) +/, ''); + + // Outdent whatever the + // list item contains. Hacky. + if (~item.indexOf('\n ')) { + space -= item.length; + item = !this.options.pedantic + ? item.replace(new RegExp('^ {1,' + space + '}', 'gm'), '') + : item.replace(/^ {1,4}/gm, ''); + } + + // Determine whether the next list item belongs here. + // Backpedal if it does not belong in this list. + if (this.options.smartLists && i !== l - 1) { + b = block.bullet.exec(cap[i + 1])[0]; + if (bull !== b && !(bull.length > 1 && b.length > 1)) { + src = cap.slice(i + 1).join('\n') + src; + i = l - 1; + } + } + + // Determine whether item is loose or not. + // Use: /(^|\n)(?! )[^\n]+\n\n(?!\s*$)/ + // for discount behavior. + loose = next || /\n\n(?!\s*$)/.test(item); + if (i !== l - 1) { + next = item.charAt(item.length - 1) === '\n'; + if (!loose) loose = next; + } + + this.tokens.push({ + type: loose + ? 'loose_item_start' + : 'list_item_start' + }); + + // Recurse. + this.token(item, false, bq); + + this.tokens.push({ + type: 'list_item_end' + }); + } + + this.tokens.push({ + type: 'list_end' + }); + + continue; + } + + // html + if (cap = this.rules.html.exec(src)) { + src = src.substring(cap[0].length); + this.tokens.push({ + type: this.options.sanitize + ? 'paragraph' + : 'html', + pre: cap[1] === 'pre' || cap[1] === 'script' || cap[1] === 'style', + text: cap[0] + }); + continue; + } + + // def + if ((!bq && top) && (cap = this.rules.def.exec(src))) { + src = src.substring(cap[0].length); + this.tokens.links[cap[1].toLowerCase()] = { + href: cap[2], + title: cap[3] + }; + continue; + } + + // table (gfm) + if (top && (cap = this.rules.table.exec(src))) { + src = src.substring(cap[0].length); + + item = { + type: 'table', + header: cap[1].replace(/^ *| *\| *$/g, '').split(/ *\| */), + align: cap[2].replace(/^ *|\| *$/g, '').split(/ *\| */), + cells: cap[3].replace(/(?: *\| *)?\n$/, '').split('\n') + }; + + for (i = 0; i < item.align.length; i++) { + if (/^ *-+: *$/.test(item.align[i])) { + item.align[i] = 'right'; + } else if (/^ *:-+: *$/.test(item.align[i])) { + item.align[i] = 'center'; + } else if (/^ *:-+ *$/.test(item.align[i])) { + item.align[i] = 'left'; + } else { + item.align[i] = null; + } + } + + for (i = 0; i < item.cells.length; i++) { + item.cells[i] = item.cells[i] + .replace(/^ *\| *| *\| *$/g, '') + .split(/ *\| */); + } + + this.tokens.push(item); + + continue; + } + + // top-level paragraph + if (top && (cap = this.rules.paragraph.exec(src))) { + src = src.substring(cap[0].length); + this.tokens.push({ + type: 'paragraph', + text: cap[1].charAt(cap[1].length - 1) === '\n' + ? cap[1].slice(0, -1) + : cap[1] + }); + continue; + } + + // text + if (cap = this.rules.text.exec(src)) { + // Top-level should never reach here. + src = src.substring(cap[0].length); + this.tokens.push({ + type: 'text', + text: cap[0] + }); + continue; + } + + if (src) { + throw new + Error('Infinite loop on byte: ' + src.charCodeAt(0)); + } + } + + return this.tokens; +}; + +/** + * Inline-Level Grammar + */ + +var inline = { + escape: /^\\([\\`*{}\[\]()#+\-.!_>])/, + autolink: /^<([^ >]+(@|:\/)[^ >]+)>/, + url: noop, + tag: /^|^<\/?\w+(?:"[^"]*"|'[^']*'|[^'">])*?>/, + link: /^!?\[(inside)\]\(href\)/, + reflink: /^!?\[(inside)\]\s*\[([^\]]*)\]/, + nolink: /^!?\[((?:\[[^\]]*\]|[^\[\]])*)\]/, + strong: /^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/, + em: /^\b_((?:__|[\s\S])+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/, + code: /^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/, + br: /^ {2,}\n(?!\s*$)/, + del: noop, + text: /^[\s\S]+?(?=[\\?(?:\s+['"]([\s\S]*?)['"])?\s*/; + +inline.link = replace(inline.link) + ('inside', inline._inside) + ('href', inline._href) + (); + +inline.reflink = replace(inline.reflink) + ('inside', inline._inside) + (); + +/** + * Normal Inline Grammar + */ + +inline.normal = merge({}, inline); + +/** + * Pedantic Inline Grammar + */ + +inline.pedantic = merge({}, inline.normal, { + strong: /^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/, + em: /^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/ +}); + +/** + * GFM Inline Grammar + */ + +inline.gfm = merge({}, inline.normal, { + escape: replace(inline.escape)('])', '~|])')(), + url: /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, + del: /^~~(?=\S)([\s\S]*?\S)~~/, + text: replace(inline.text) + (']|', '~]|') + ('|', '|https?://|') + () +}); + +/** + * GFM + Line Breaks Inline Grammar + */ + +inline.breaks = merge({}, inline.gfm, { + br: replace(inline.br)('{2,}', '*')(), + text: replace(inline.gfm.text)('{2,}', '*')() +}); + +/** + * Inline Lexer & Compiler + */ + +function InlineLexer(links, options) { + this.options = options || marked.defaults; + this.links = links; + this.rules = inline.normal; + this.renderer = this.options.renderer || new Renderer; + this.renderer.options = this.options; + + if (!this.links) { + throw new + Error('Tokens array requires a `links` property.'); + } + + if (this.options.gfm) { + if (this.options.breaks) { + this.rules = inline.breaks; + } else { + this.rules = inline.gfm; + } + } else if (this.options.pedantic) { + this.rules = inline.pedantic; + } +} + +/** + * Expose Inline Rules + */ + +InlineLexer.rules = inline; + +/** + * Static Lexing/Compiling Method + */ + +InlineLexer.output = function(src, links, options) { + var inline = new InlineLexer(links, options); + return inline.output(src); +}; + +/** + * Lexing/Compiling + */ + +InlineLexer.prototype.output = function(src) { + var out = '' + , link + , text + , href + , cap; + + while (src) { + // escape + if (cap = this.rules.escape.exec(src)) { + src = src.substring(cap[0].length); + out += cap[1]; + continue; + } + + // autolink + if (cap = this.rules.autolink.exec(src)) { + src = src.substring(cap[0].length); + if (cap[2] === '@') { + text = cap[1].charAt(6) === ':' + ? this.mangle(cap[1].substring(7)) + : this.mangle(cap[1]); + href = this.mangle('mailto:') + text; + } else { + text = escape(cap[1]); + href = text; + } + out += this.renderer.link(href, null, text); + continue; + } + + // url (gfm) + if (!this.inLink && (cap = this.rules.url.exec(src))) { + src = src.substring(cap[0].length); + text = escape(cap[1]); + href = text; + out += this.renderer.link(href, null, text); + continue; + } + + // tag + if (cap = this.rules.tag.exec(src)) { + if (!this.inLink && /^/i.test(cap[0])) { + this.inLink = false; + } + src = src.substring(cap[0].length); + out += this.options.sanitize + ? escape(cap[0]) + : cap[0]; + continue; + } + + // link + if (cap = this.rules.link.exec(src)) { + src = src.substring(cap[0].length); + this.inLink = true; + out += this.outputLink(cap, { + href: cap[2], + title: cap[3] + }); + this.inLink = false; + continue; + } + + // reflink, nolink + if ((cap = this.rules.reflink.exec(src)) + || (cap = this.rules.nolink.exec(src))) { + src = src.substring(cap[0].length); + link = (cap[2] || cap[1]).replace(/\s+/g, ' '); + link = this.links[link.toLowerCase()]; + if (!link || !link.href) { + out += cap[0].charAt(0); + src = cap[0].substring(1) + src; + continue; + } + this.inLink = true; + out += this.outputLink(cap, link); + this.inLink = false; + continue; + } + + // strong + if (cap = this.rules.strong.exec(src)) { + src = src.substring(cap[0].length); + out += this.renderer.strong(this.output(cap[2] || cap[1])); + continue; + } + + // em + if (cap = this.rules.em.exec(src)) { + src = src.substring(cap[0].length); + out += this.renderer.em(this.output(cap[2] || cap[1])); + continue; + } + + // code + if (cap = this.rules.code.exec(src)) { + src = src.substring(cap[0].length); + out += this.renderer.codespan(escape(cap[2], true)); + continue; + } + + // br + if (cap = this.rules.br.exec(src)) { + src = src.substring(cap[0].length); + out += this.renderer.br(); + continue; + } + + // del (gfm) + if (cap = this.rules.del.exec(src)) { + src = src.substring(cap[0].length); + out += this.renderer.del(this.output(cap[1])); + continue; + } + + // text + if (cap = this.rules.text.exec(src)) { + src = src.substring(cap[0].length); + out += escape(this.smartypants(cap[0])); + continue; + } + + if (src) { + throw new + Error('Infinite loop on byte: ' + src.charCodeAt(0)); + } + } + + return out; +}; + +/** + * Compile Link + */ + +InlineLexer.prototype.outputLink = function(cap, link) { + var href = escape(link.href) + , title = link.title ? escape(link.title) : null; + + return cap[0].charAt(0) !== '!' + ? this.renderer.link(href, title, this.output(cap[1])) + : this.renderer.image(href, title, escape(cap[1])); +}; + +/** + * Smartypants Transformations + */ + +InlineLexer.prototype.smartypants = function(text) { + if (!this.options.smartypants) return text; + return text + // em-dashes + .replace(/--/g, '\u2014') + // opening singles + .replace(/(^|[-\u2014/(\[{"\s])'/g, '$1\u2018') + // closing singles & apostrophes + .replace(/'/g, '\u2019') + // opening doubles + .replace(/(^|[-\u2014/(\[{\u2018\s])"/g, '$1\u201c') + // closing doubles + .replace(/"/g, '\u201d') + // ellipses + .replace(/\.{3}/g, '\u2026'); +}; + +/** + * Mangle Links + */ + +InlineLexer.prototype.mangle = function(text) { + var out = '' + , l = text.length + , i = 0 + , ch; + + for (; i < l; i++) { + ch = text.charCodeAt(i); + if (Math.random() > 0.5) { + ch = 'x' + ch.toString(16); + } + out += '&#' + ch + ';'; + } + + return out; +}; + +/** + * Renderer + */ + +function Renderer(options) { + this.options = options || {}; +} + +Renderer.prototype.code = function(code, lang, escaped) { + if (this.options.highlight) { + var out = this.options.highlight(code, lang); + if (out != null && out !== code) { + escaped = true; + code = out; + } + } + + if (!lang) { + return '
'
+      + (escaped ? code : escape(code, true))
+      + '\n
'; + } + + return '
'
+    + (escaped ? code : escape(code, true))
+    + '\n
\n'; +}; + +Renderer.prototype.blockquote = function(quote) { + return '
\n' + quote + '
\n'; +}; + +Renderer.prototype.html = function(html) { + return html; +}; + +Renderer.prototype.heading = function(text, level, raw) { + return '' + + text + + '\n'; +}; + +Renderer.prototype.hr = function() { + return this.options.xhtml ? '
\n' : '
\n'; +}; + +Renderer.prototype.list = function(body, ordered) { + var type = ordered ? 'ol' : 'ul'; + return '<' + type + '>\n' + body + '\n'; +}; + +Renderer.prototype.listitem = function(text) { + return '
  • ' + text + '
  • \n'; +}; + +Renderer.prototype.paragraph = function(text) { + return '

    ' + text + '

    \n'; +}; + +Renderer.prototype.table = function(header, body) { + return '\n' + + '\n' + + header + + '\n' + + '\n' + + body + + '\n' + + '
    \n'; +}; + +Renderer.prototype.tablerow = function(content) { + return '\n' + content + '\n'; +}; + +Renderer.prototype.tablecell = function(content, flags) { + var type = flags.header ? 'th' : 'td'; + var tag = flags.align + ? '<' + type + ' style="text-align:' + flags.align + '">' + : '<' + type + '>'; + return tag + content + '\n'; +}; + +// span level renderer +Renderer.prototype.strong = function(text) { + return '' + text + ''; +}; + +Renderer.prototype.em = function(text) { + return '' + text + ''; +}; + +Renderer.prototype.codespan = function(text) { + return '' + text + ''; +}; + +Renderer.prototype.br = function() { + return this.options.xhtml ? '
    ' : '
    '; +}; + +Renderer.prototype.del = function(text) { + return '' + text + ''; +}; + +Renderer.prototype.link = function(href, title, text) { + if (this.options.sanitize) { + try { + var prot = decodeURIComponent(unescape(href)) + .replace(/[^\w:]/g, '') + .toLowerCase(); + } catch (e) { + return ''; + } + if (prot.indexOf('javascript:') === 0) { + return ''; + } + } + var out = '
    '; + return out; +}; + +Renderer.prototype.image = function(href, title, text) { + var out = '' + text + '' : '>'; + return out; +}; + +/** + * Parsing & Compiling + */ + +function Parser(options) { + this.tokens = []; + this.token = null; + this.options = options || marked.defaults; + this.options.renderer = this.options.renderer || new Renderer; + this.renderer = this.options.renderer; + this.renderer.options = this.options; +} + +/** + * Static Parse Method + */ + +Parser.parse = function(src, options, renderer) { + var parser = new Parser(options, renderer); + return parser.parse(src); +}; + +/** + * Parse Loop + */ + +Parser.prototype.parse = function(src) { + this.inline = new InlineLexer(src.links, this.options, this.renderer); + this.tokens = src.reverse(); + + var out = ''; + while (this.next()) { + out += this.tok(); + } + + return out; +}; + +/** + * Next Token + */ + +Parser.prototype.next = function() { + return this.token = this.tokens.pop(); +}; + +/** + * Preview Next Token + */ + +Parser.prototype.peek = function() { + return this.tokens[this.tokens.length - 1] || 0; +}; + +/** + * Parse Text Tokens + */ + +Parser.prototype.parseText = function() { + var body = this.token.text; + + while (this.peek().type === 'text') { + body += '\n' + this.next().text; + } + + return this.inline.output(body); +}; + +/** + * Parse Current Token + */ + +Parser.prototype.tok = function() { + switch (this.token.type) { + case 'space': { + return ''; + } + case 'hr': { + return this.renderer.hr(); + } + case 'heading': { + return this.renderer.heading( + this.inline.output(this.token.text), + this.token.depth, + this.token.text); + } + case 'code': { + return this.renderer.code(this.token.text, + this.token.lang, + this.token.escaped); + } + case 'table': { + var header = '' + , body = '' + , i + , row + , cell + , flags + , j; + + // header + cell = ''; + for (i = 0; i < this.token.header.length; i++) { + flags = { header: true, align: this.token.align[i] }; + cell += this.renderer.tablecell( + this.inline.output(this.token.header[i]), + { header: true, align: this.token.align[i] } + ); + } + header += this.renderer.tablerow(cell); + + for (i = 0; i < this.token.cells.length; i++) { + row = this.token.cells[i]; + + cell = ''; + for (j = 0; j < row.length; j++) { + cell += this.renderer.tablecell( + this.inline.output(row[j]), + { header: false, align: this.token.align[j] } + ); + } + + body += this.renderer.tablerow(cell); + } + return this.renderer.table(header, body); + } + case 'blockquote_start': { + var body = ''; + + while (this.next().type !== 'blockquote_end') { + body += this.tok(); + } + + return this.renderer.blockquote(body); + } + case 'list_start': { + var body = '' + , ordered = this.token.ordered; + + while (this.next().type !== 'list_end') { + body += this.tok(); + } + + return this.renderer.list(body, ordered); + } + case 'list_item_start': { + var body = ''; + + while (this.next().type !== 'list_item_end') { + body += this.token.type === 'text' + ? this.parseText() + : this.tok(); + } + + return this.renderer.listitem(body); + } + case 'loose_item_start': { + var body = ''; + + while (this.next().type !== 'list_item_end') { + body += this.tok(); + } + + return this.renderer.listitem(body); + } + case 'html': { + var html = !this.token.pre && !this.options.pedantic + ? this.inline.output(this.token.text) + : this.token.text; + return this.renderer.html(html); + } + case 'paragraph': { + return this.renderer.paragraph(this.inline.output(this.token.text)); + } + case 'text': { + return this.renderer.paragraph(this.parseText()); + } + } +}; + +/** + * Helpers + */ + +function escape(html, encode) { + return html + .replace(!encode ? /&(?!#?\w+;)/g : /&/g, '&') + .replace(//g, '>') + .replace(/"/g, '"') + .replace(/'/g, '''); +} + +function unescape(html) { + return html.replace(/&([#\w]+);/g, function(_, n) { + n = n.toLowerCase(); + if (n === 'colon') return ':'; + if (n.charAt(0) === '#') { + return n.charAt(1) === 'x' + ? String.fromCharCode(parseInt(n.substring(2), 16)) + : String.fromCharCode(+n.substring(1)); + } + return ''; + }); +} + +function replace(regex, opt) { + regex = regex.source; + opt = opt || ''; + return function self(name, val) { + if (!name) return new RegExp(regex, opt); + val = val.source || val; + val = val.replace(/(^|[^\[])\^/g, '$1'); + regex = regex.replace(name, val); + return self; + }; +} + +function noop() {} +noop.exec = noop; + +function merge(obj) { + var i = 1 + , target + , key; + + for (; i < arguments.length; i++) { + target = arguments[i]; + for (key in target) { + if (Object.prototype.hasOwnProperty.call(target, key)) { + obj[key] = target[key]; + } + } + } + + return obj; +} + + +/** + * Marked + */ + +function marked(src, opt, callback) { + if (callback || typeof opt === 'function') { + if (!callback) { + callback = opt; + opt = null; + } + + opt = merge({}, marked.defaults, opt || {}); + + var highlight = opt.highlight + , tokens + , pending + , i = 0; + + try { + tokens = Lexer.lex(src, opt) + } catch (e) { + return callback(e); + } + + pending = tokens.length; + + var done = function(err) { + if (err) { + opt.highlight = highlight; + return callback(err); + } + + var out; + + try { + out = Parser.parse(tokens, opt); + } catch (e) { + err = e; + } + + opt.highlight = highlight; + + return err + ? callback(err) + : callback(null, out); + }; + + if (!highlight || highlight.length < 3) { + return done(); + } + + delete opt.highlight; + + if (!pending) return done(); + + for (; i < tokens.length; i++) { + (function(token) { + if (token.type !== 'code') { + return --pending || done(); + } + return highlight(token.text, token.lang, function(err, code) { + if (err) return done(err); + if (code == null || code === token.text) { + return --pending || done(); + } + token.text = code; + token.escaped = true; + --pending || done(); + }); + })(tokens[i]); + } + + return; + } + try { + if (opt) opt = merge({}, marked.defaults, opt); + return Parser.parse(Lexer.lex(src, opt), opt); + } catch (e) { + e.message += '\nPlease report this to https://github.com/chjj/marked.'; + if ((opt || marked.defaults).silent) { + return '

    An error occured:

    '
    +        + escape(e.message + '', true)
    +        + '
    '; + } + throw e; + } +} + +/** + * Options + */ + +marked.options = +marked.setOptions = function(opt) { + merge(marked.defaults, opt); + return marked; +}; + +marked.defaults = { + gfm: true, + tables: true, + breaks: false, + pedantic: false, + sanitize: false, + smartLists: false, + silent: false, + highlight: null, + langPrefix: 'lang-', + smartypants: false, + headerPrefix: '', + renderer: new Renderer, + xhtml: false +}; + +/** + * Expose + */ + +marked.Parser = Parser; +marked.parser = Parser.parse; + +marked.Renderer = Renderer; + +marked.Lexer = Lexer; +marked.lexer = Lexer.lex; + +marked.InlineLexer = InlineLexer; +marked.inlineLexer = InlineLexer.output; + +marked.parse = marked; + +if (typeof module !== 'undefined' && typeof exports === 'object') { + module.exports = marked; +} else if (typeof define === 'function' && define.amd) { + define(function() { return marked; }); +} else { + this.marked = marked; +} + +}).call(function() { + return this || (typeof window !== 'undefined' ? window : global); +}());