summaryrefslogtreecommitdiffstats
path: root/PROGRESS.md
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-03-29 14:54:12 +0200
committerSjon Hortensius <sjon@hortensius.net>2015-03-29 14:54:12 +0200
commit89d591d83d5fdc5e62ce7141ae15fc3913a3065e (patch)
treece3921486c12e7d2efc03d3612e7e4c9d741db99 /PROGRESS.md
parentd9c70e41d54c6a68cc446307e8002533bb53c9ce (diff)
downloadpfsense-89d591d83d5fdc5e62ce7141ae15fc3913a3065e.zip
pfsense-89d591d83d5fdc5e62ce7141ae15fc3913a3065e.tar.gz
actual changes, fixes icons
Diffstat (limited to 'PROGRESS.md')
-rw-r--r--PROGRESS.md139
1 files changed, 72 insertions, 67 deletions
diff --git a/PROGRESS.md b/PROGRESS.md
index 04f93b2..d50c635 100644
--- a/PROGRESS.md
+++ b/PROGRESS.md
@@ -2,61 +2,24 @@
Use this table to list the php pages that have been converted to bootstrap, those that have yet to be converted, and those that are currently being worked on.
-The table can be generated by running this bash script on the directory in which the php files are located. e.g.:
-
-````bash
- mktable.sh pfsense-bootstrap/usr/local/www
-````
-
-````bash
-#!/bin/bash
-# mktable.sh
+The script used to generate the table can be found at the bottom of this page
-# Generate a table in GitHub markdown showing each php file and whether it has been converted to bootstrap yet
-# $1 = path to pfSense usr/local/www directory
-# Completed files are assumed to have foot.inc included
-
-pushd $1
-
-printf "|%-45s|%-25s|%-24s|%-60s|\r\n" "Page/file" "Status" "User" "Comments"
-printf "|---------------------------------------------|:-------------------------:|------------------------|------------------------------------------------------------|\r\n"
-
-FILES=$(ls -1 *.php)
-
-for F in $FILES ; do
- printf "|%-45s|" $F
-
- if(grep foot.inc $F >/dev/null 2>&1 ) ; then
- printf "%-25s" ":white_check_mark:"
- else
- printf "%25s" " "
- fi
-
- printf "|%24s|%60s|\r\n" " " " "
-
-done
-
-popd
-````
-
-You can then copy/paste the script output into this file. (Is that recursive?)
-
-Use the :white_check_mark: emoji (`:white_check_mark:`) to show that the bootstrap conversion is complete
-Use the :arrows_counterclockwise: emoji (`:arrows_counterclockwise:`) to show that the bootstrap conversion is in progress
+Use the &#x2705; emoji (`&#x2705;`) to show that the bootstrap conversion is complete
+Use the &#x1f504; emoji (`&#x1f504;`) to show that the bootstrap conversion is in progress
### PHP file status
|Page/file |Status |User |Comments |
|---------------------------------------------|:-------------------------:|------------------------|------------------------------------------------------------|
|bandwidth_by_ip.php | | | |
-|carp_status.php |:white_check_mark: | | |
-|crash_reporter.php |:white_check_mark: | | |
-|diag_arp.php |:white_check_mark: | | |
-|diag_authentication.php |:white_check_mark: | | |
-|diag_backup.php |:white_check_mark: | | |
-|diag_confbak.php |:white_check_mark: | | |
-|diag_defaults.php |:white_check_mark: | | |
-|diag_dns.php |:arrows_counterclockwise:|Steve Beaver |Fixed upstream issue causing add alias funtion to fail |
+|carp_status.php | &#x2705; | | |
+|crash_reporter.php | &#x2705; | | |
+|diag_arp.php | &#x2705; | | |
+|diag_authentication.php | &#x2705; | | |
+|diag_backup.php | &#x2705; | | |
+|diag_confbak.php | &#x2705; | | |
+|diag_defaults.php | &#x2705; | | |
+|diag_dns.php | &#x1f504; | sbeaver | |
|diag_dump_states.php | | | |
|diag_dump_states_sources.php | | | |
|diag_gmirror.php | | | |
@@ -114,8 +77,8 @@ Use the :arrows_counterclockwise: emoji (`:arrows_counterclockwise:`) to show th
|firewall_nat_npt_edit.php | | | |
|firewall_nat_out.php | | | |
|firewall_nat_out_edit.php | | | |
-|firewall_rules.php |:white_check_mark: | | |
-|firewall_rules_edit.php |:white_check_mark: | | |
+|firewall_rules.php | &#x2705; | | |
+|firewall_rules_edit.php | &#x2705; | | |
|firewall_schedule.php | | | |
|firewall_schedule_edit.php | | | |
|firewall_shaper.php | | | |
@@ -132,9 +95,9 @@ Use the :arrows_counterclockwise: emoji (`:arrows_counterclockwise:`) to show th
|halt.php | | | |
|help.php | | | |
|ifstats.php | | | |
-|index.php |:white_check_mark: | | |
+|index.php | &#x2705; | | |
|interfaces.php | | | |
-|interfaces_assign.php |:white_check_mark: | | |
+|interfaces_assign.php | &#x2705; | | |
|interfaces_bridge.php | | | |
|interfaces_bridge_edit.php | | | |
|interfaces_gif.php | | | |
@@ -149,8 +112,8 @@ Use the :arrows_counterclockwise: emoji (`:arrows_counterclockwise:`) to show th
|interfaces_ppps_edit.php | | | |
|interfaces_qinq.php | | | |
|interfaces_qinq_edit.php | | | |
-|interfaces_vlan.php |:white_check_mark: | | |
-|interfaces_vlan_edit.php |:white_check_mark: | | |
+|interfaces_vlan.php | &#x2705; | | |
+|interfaces_vlan_edit.php | &#x2705; | | |
|interfaces_wireless.php | | | |
|interfaces_wireless_edit.php | | | |
|license.php | | | |
@@ -167,9 +130,9 @@ Use the :arrows_counterclockwise: emoji (`:arrows_counterclockwise:`) to show th
|load_balancer_virtual_server_edit.php | | | |
|pkg.php | | | |
|pkg_edit.php | | | |
-|pkg_mgr.php |:white_check_mark: | | |
-|pkg_mgr_install.php |:white_check_mark: | | |
-|pkg_mgr_installed.php |:white_check_mark: | | |
+|pkg_mgr.php | &#x2705; | | |
+|pkg_mgr_install.php | &#x2705; | | |
+|pkg_mgr_installed.php | &#x2705; | | |
|pkg_mgr_settings.php | | | |
|reboot.php | | | |
|restart_httpd.php | | | |
@@ -238,12 +201,12 @@ Use the :arrows_counterclockwise: emoji (`:arrows_counterclockwise:`) to show th
|status_services.php | | | |
|status_upnp.php | | | |
|status_wireless.php | | | |
-|system.php |:white_check_mark: | | |
-|system_advanced_admin.php |:white_check_mark: | | |
-|system_advanced_firewall.php |:white_check_mark: | | |
-|system_advanced_misc.php |:white_check_mark: | | |
-|system_advanced_network.php |:white_check_mark: | | |
-|system_advanced_notifications.php |:white_check_mark: | | |
+|system.php | &#x2705; | | |
+|system_advanced_admin.php | &#x2705; | | |
+|system_advanced_firewall.php | &#x2705; | | |
+|system_advanced_misc.php | &#x2705; | | |
+|system_advanced_network.php | &#x2705; | | |
+|system_advanced_notifications.php | &#x2705; | | |
|system_advanced_sysctl.php | | | |
|system_authservers.php | | | |
|system_camanager.php | | | |
@@ -273,13 +236,13 @@ Use the :arrows_counterclockwise: emoji (`:arrows_counterclockwise:`) to show th
|vpn_ipsec.php | | | |
|vpn_ipsec_keys.php | | | |
|vpn_ipsec_keys_edit.php | | | |
-|vpn_ipsec_mobile.php |:white_check_mark: | | |
+|vpn_ipsec_mobile.php | &#x2705; | | |
|vpn_ipsec_phase1.php | | | |
|vpn_ipsec_phase2.php | | | |
|vpn_ipsec_settings.php | | | |
-|vpn_l2tp.php |:white_check_mark: | | |
-|vpn_l2tp_users.php |:white_check_mark: | | |
-|vpn_l2tp_users_edit.php |:white_check_mark: | | |
+|vpn_l2tp.php | &#x2705; | | |
+|vpn_l2tp_users.php | &#x2705; | | |
+|vpn_l2tp_users_edit.php | &#x2705; | | |
|vpn_openvpn_client.php | | | |
|vpn_openvpn_csc.php | | | |
|vpn_openvpn_server.php | | | |
@@ -290,3 +253,45 @@ Use the :arrows_counterclockwise: emoji (`:arrows_counterclockwise:`) to show th
|vpn_pptp_users_edit.php | | | |
|wizard.php | | | |
|xmlrpc.php | | | |
+
+The table can be generated by running this bash script on the directory in which the php files are located. e.g.:
+
+````bash
+ mktable.sh pfsense-bootstrap/usr/local/www
+````
+
+You can then copy/paste the script output into this file. (Is that recursive?)
+
+````bash
+#!/bin/bash
+# mktable.sh
+
+# Generate a table in GitHub markdown showing each php file and whether it has been converted to bootstrap yet
+# $1 = path to pfSense usr/local/www directory
+# Completed files are assumed to have foot.inc included
+
+COMPLETED=' &#x2705;'
+INPROGRESS=' &#x1f504;'
+pushd $1
+
+printf "|%-45s|%-25s|%-24s|%-60s|\r\n" "Page/file" "Status" "User" "Comments"
+printf "|---------------------------------------------|:-------------------------:|------------------------|------------------------------------------------------------|\r\n"
+
+FILES=$(ls -1 *.php)
+
+for F in $FILES ; do
+ printf "|%-45s|" $F
+
+ if(grep foot.inc $F >/dev/null 2>&1 ) ; then
+ printf "%-25s" "$COMPLETED"
+ else
+ printf "%25s" " "
+ fi
+
+ printf "|%24s|%60s|\r\n" " " " "
+
+done
+
+popd
+
+```` \ No newline at end of file
OpenPOWER on IntegriCloud