@@ -40,39 +40,39 @@ The :action parameters are typically submitted through GET URL parameters,
40
40
though some actions are also POST actions.
41
41
42
42
**could be nuked without fuss **
43
- - `display ` was used to display a package version but was replaced ages ago
43
+ - `` display ` ` was used to display a package version but was replaced ages ago
44
44
by the /<package>/<version> URL structure
45
- - all the user-based stuff like `register_form `, `user `, `user_form `,
46
- `forgotten_password_form `, `login `, `logout `, `forgotten_password `,
47
- `password_reset `, `pw_reset ` and `pw_reset_change ` will most likely be
45
+ - all the user-based stuff like `` register_form `` , `` user `` , `` user_form ` `,
46
+ `` forgotten_password_form `` , `` login `` , `` logout `` , `` forgotten_password ` `,
47
+ `` password_reset `` , `` pw_reset `` and `` pw_reset_change ` ` will most likely be
48
48
replaced by newer mechanisms in warehouse
49
- - `openid_endpoint `, `openid_decide_post ` could also be replaced by something
49
+ - `` openid_endpoint `` , `` openid_decide_post ` ` could also be replaced by something
50
50
else.
51
- - `home ` is the old home page thing and completely unnecessary
52
- - `index ` is overwhelming given the number of projects now.
53
- - `browse ` and `search ` are *probably * only referenced by internal links so
51
+ - `` home ` ` is the old home page thing and completely unnecessary
52
+ - `` index ` ` is overwhelming given the number of projects now.
53
+ - `` browse `` and `` search ` ` are *probably * only referenced by internal links so
54
54
should be safe to nuke
55
- - `submit_pkg_info ` and `display_pkginfo ` probably aren't used
56
- - `submit_form ` and `pkg_edit ` will be changing anyway
57
- - `files `, `urls `, `role `, `role_form ` are old style and will be changing
58
- - `list_classifiers ` .. this might actually only be used by Richard :)
59
- - `claim `, `openid `, `openid_return `, `dropid ` are legacy openid login
55
+ - `` submit_pkg_info `` and `` display_pkginfo ` ` probably aren't used
56
+ - `` submit_form `` and `` pkg_edit ` ` will be changing anyway
57
+ - `` files `` , `` urls `` , `` role `` , `` role_form ` ` are old style and will be changing
58
+ - `` list_classifiers ` ` .. this might actually only be used by Richard :)
59
+ - `` claim `` , `` openid `` , `` openid_return `` , `` dropid ` ` are legacy openid login
60
60
support and will be changing
61
- - `clear_auth ` "clears" Basic Auth
62
- - `addkey `, `delkey ` will be changing if we even keep supporting ssh submit
63
- - `verify ` probably isn't actually used by anyone
64
- - `lasthour ` is a pubsubhubbub thing - does this even exist any longer?
65
- - `json ` is never used as a :action invocation, only ever /<package>/json
66
- - `gae_file ` I'm pretty sure this is not necessary
67
- - `rss_regen ` manually regens the RSS cached files, not needed
68
- - `about ` No longer needed.
69
- - `delete_user ` No longer needed.
70
- - `exception ` No longer needed.
61
+ - `` clear_auth ` ` "clears" Basic Auth
62
+ - `` addkey `` , `` delkey ` ` will be changing if we even keep supporting ssh submit
63
+ - `` verify ` ` probably isn't actually used by anyone
64
+ - `` lasthour ` ` is a pubsubhubbub thing - does this even exist any longer?
65
+ - `` json ` ` is never used as a :action invocation, only ever /<package>/json
66
+ - `` gae_file ` ` I'm pretty sure this is not necessary
67
+ - `` rss_regen ` ` manually regens the RSS cached files, not needed
68
+ - `` about ` ` No longer needed.
69
+ - `` delete_user ` ` No longer needed.
70
+ - `` exception ` ` No longer needed.
71
71
72
72
**will need to retain **
73
- - `rss ` and `packages_rss ` will be in a bunch of peoples` RSS readers
74
- - `doap ` is most likely referred to
75
- - `show_md5 ` ?
73
+ - `` rss `` and `` packages_rss ` ` will be in a bunch of peoples` RSS readers
74
+ - `` doap ` ` is most likely referred to
75
+ - `` show_md5 ` ` ?
76
76
77
77
**can be deprecated carefully **
78
- - `submit `, `upload `, `doc_upload `, `file_upload `,
78
+ - `` submit `` , `` upload `` , `` doc_upload `` , `` file_upload ` `,
0 commit comments